Package io.unitycatalog.client.model
Class RegisteredModelInfo
java.lang.Object
io.unitycatalog.client.model.RegisteredModelInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class RegisteredModelInfo
extends Object
RegisteredModelInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalogName(String catalogName) booleanReturn true if this RegisteredModelInfo object is equal to o.The name of the catalog where the schema and the registered model resideThe comment attached to the registered modelCreation timestamp of the registered model in milliseconds since the Unix epochThe identifier of the user who created the registered modelThe three-level (fully qualified) name of the registered modelgetId()Unique identifier for the registered model.getName()The name of the registered modelgetOwner()The identifier of the user who owns the registered modelThe name of the schema where the registered model residesThe storage location on the cloud under which model version data files are storedLast-update timestamp of the registered model in milliseconds since the Unix epochThe identifier of the user who updated the registered model last timeinthashCode()schemaName(String schemaName) voidsetCatalogName(String catalogName) voidsetComment(String comment) voidsetCreatedAt(Long createdAt) voidsetCreatedBy(String createdBy) voidsetFullName(String fullName) voidvoidvoidvoidsetSchemaName(String schemaName) voidsetStorageLocation(String storageLocation) voidsetUpdatedAt(Long updatedAt) voidsetUpdatedBy(String updatedBy) 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_NAME
- See Also:
-
JSON_PROPERTY_CATALOG_NAME
- See Also:
-
JSON_PROPERTY_SCHEMA_NAME
- See Also:
-
JSON_PROPERTY_STORAGE_LOCATION
- See Also:
-
JSON_PROPERTY_FULL_NAME
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_OWNER
- 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
-
RegisteredModelInfo
public RegisteredModelInfo()
-
-
Method Details
-
name
-
getName
The name of the registered model- Returns:
- name
-
setName
-
catalogName
-
getCatalogName
The name of the catalog where the schema and the registered model reside- Returns:
- catalogName
-
setCatalogName
-
schemaName
-
getSchemaName
The name of the schema where the registered model resides- Returns:
- schemaName
-
setSchemaName
-
storageLocation
-
getStorageLocation
The storage location on the cloud under which model version data files are stored- Returns:
- storageLocation
-
setStorageLocation
-
fullName
-
getFullName
The three-level (fully qualified) name of the registered model- Returns:
- fullName
-
setFullName
-
comment
-
getComment
The comment attached to the registered model- Returns:
- comment
-
setComment
-
owner
-
getOwner
The identifier of the user who owns the registered model- Returns:
- owner
-
setOwner
-
createdAt
-
getCreatedAt
Creation timestamp of the registered model in milliseconds since the Unix epoch- Returns:
- createdAt
-
setCreatedAt
-
createdBy
-
getCreatedBy
The identifier of the user who created the registered model- Returns:
- createdBy
-
setCreatedBy
-
updatedAt
-
getUpdatedAt
Last-update timestamp of the registered model in milliseconds since the Unix epoch- Returns:
- updatedAt
-
setUpdatedAt
-
updatedBy
-
getUpdatedBy
The identifier of the user who updated the registered model last time- Returns:
- updatedBy
-
setUpdatedBy
-
id
-
getId
Unique identifier for the registered model.- Returns:
- id
-
setId
-
equals
Return true if this RegisteredModelInfo 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
-