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 Details

  • Constructor Details

    • RegisteredModelInfo

      public RegisteredModelInfo()
  • Method Details

    • name

      public RegisteredModelInfo name(String name)
    • getName

      @Nullable public String getName()
      The name of the registered model
      Returns:
      name
    • setName

      public void setName(String name)
    • catalogName

      public RegisteredModelInfo catalogName(String catalogName)
    • getCatalogName

      @Nullable public String getCatalogName()
      The name of the catalog where the schema and the registered model reside
      Returns:
      catalogName
    • setCatalogName

      public void setCatalogName(String catalogName)
    • schemaName

      public RegisteredModelInfo schemaName(String schemaName)
    • getSchemaName

      @Nullable public String getSchemaName()
      The name of the schema where the registered model resides
      Returns:
      schemaName
    • setSchemaName

      public void setSchemaName(String schemaName)
    • storageLocation

      public RegisteredModelInfo storageLocation(String storageLocation)
    • getStorageLocation

      @Nullable public String getStorageLocation()
      The storage location on the cloud under which model version data files are stored
      Returns:
      storageLocation
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
    • fullName

      public RegisteredModelInfo fullName(String fullName)
    • getFullName

      @Nullable public String getFullName()
      The three-level (fully qualified) name of the registered model
      Returns:
      fullName
    • setFullName

      public void setFullName(String fullName)
    • comment

      public RegisteredModelInfo comment(String comment)
    • getComment

      @Nullable public String getComment()
      The comment attached to the registered model
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • owner

      public RegisteredModelInfo owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      The identifier of the user who owns the registered model
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • createdAt

      public RegisteredModelInfo createdAt(Long createdAt)
    • getCreatedAt

      @Nullable public Long getCreatedAt()
      Creation timestamp of the registered model in milliseconds since the Unix epoch
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • createdBy

      public RegisteredModelInfo createdBy(String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      The identifier of the user who created the registered model
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • updatedAt

      public RegisteredModelInfo updatedAt(Long updatedAt)
    • getUpdatedAt

      @Nullable public Long getUpdatedAt()
      Last-update timestamp of the registered model in milliseconds since the Unix epoch
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • updatedBy

      public RegisteredModelInfo updatedBy(String updatedBy)
    • getUpdatedBy

      @Nullable public String getUpdatedBy()
      The identifier of the user who updated the registered model last time
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • id

      public RegisteredModelInfo id(String id)
    • getId

      @Nullable public String getId()
      Unique identifier for the registered model.
      Returns:
      id
    • setId

      public void setId(String id)
    • equals

      public boolean equals(Object o)
      Return true if this RegisteredModelInfo object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string