Package io.unitycatalog.client.model
Class ModelVersionInfo
java.lang.Object
io.unitycatalog.client.model.ModelVersionInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class ModelVersionInfo
extends Object
ModelVersionInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalogName(String catalogName) booleanReturn true if this ModelVersionInfo object is equal to o.The name of the catalog containing the model versionThe comment attached to the model versionTime at which this model version was created, in epoch milliseconds.The identifier of the user who created the model versiongetId()Unique identifier for the model version.The name of the parent registered model of the model version, relative to parent schemagetRunId()The run id used by the ML package that generated the model.The name of the schema containing the model version, relative to parent catalogURI indicating the location of the source artifacts (files) for the model versionGet statusThe storage location on the cloud under which model version data files are storedTime at which this model version was last modified, in epoch milliseconds.The identifier of the user who updated the model version last timeInteger model version number, used to reference the model version in API requests.inthashCode()schemaName(String schemaName) voidsetCatalogName(String catalogName) voidsetComment(String comment) voidsetCreatedAt(Long createdAt) voidsetCreatedBy(String createdBy) voidvoidsetModelName(String modelName) voidvoidsetSchemaName(String schemaName) voidvoidsetStatus(ModelVersionStatus status) voidsetStorageLocation(String storageLocation) voidsetUpdatedAt(Long updatedAt) voidsetUpdatedBy(String updatedBy) voidsetVersion(Long version) status(ModelVersionStatus status) storageLocation(String storageLocation) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MODEL_NAME
- See Also:
-
JSON_PROPERTY_CATALOG_NAME
- See Also:
-
JSON_PROPERTY_SCHEMA_NAME
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_SOURCE
- See Also:
-
JSON_PROPERTY_RUN_ID
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_STORAGE_LOCATION
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_BY
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
-
Constructor Details
-
ModelVersionInfo
public ModelVersionInfo()
-
-
Method Details
-
modelName
-
getModelName
The name of the parent registered model of the model version, relative to parent schema- Returns:
- modelName
-
setModelName
-
catalogName
-
getCatalogName
The name of the catalog containing the model version- Returns:
- catalogName
-
setCatalogName
-
schemaName
-
getSchemaName
The name of the schema containing the model version, relative to parent catalog- Returns:
- schemaName
-
setSchemaName
-
version
-
getVersion
Integer model version number, used to reference the model version in API requests.- Returns:
- version
-
setVersion
-
source
-
getSource
URI indicating the location of the source artifacts (files) for the model version- Returns:
- source
-
setSource
-
runId
-
getRunId
The run id used by the ML package that generated the model.- Returns:
- runId
-
setRunId
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
storageLocation
-
getStorageLocation
The storage location on the cloud under which model version data files are stored- Returns:
- storageLocation
-
setStorageLocation
-
comment
-
getComment
The comment attached to the model version- Returns:
- comment
-
setComment
-
createdAt
-
getCreatedAt
Time at which this model version was created, in epoch milliseconds.- Returns:
- createdAt
-
setCreatedAt
-
createdBy
-
getCreatedBy
The identifier of the user who created the model version- Returns:
- createdBy
-
setCreatedBy
-
updatedAt
-
getUpdatedAt
Time at which this model version was last modified, in epoch milliseconds.- Returns:
- updatedAt
-
setUpdatedAt
-
updatedBy
-
getUpdatedBy
The identifier of the user who updated the model version last time- Returns:
- updatedBy
-
setUpdatedBy
-
id
-
getId
Unique identifier for the model version.- Returns:
- id
-
setId
-
equals
Return true if this ModelVersionInfo object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-