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 Details

  • Constructor Details

    • ModelVersionInfo

      public ModelVersionInfo()
  • Method Details

    • modelName

      public ModelVersionInfo modelName(String modelName)
    • getModelName

      @Nullable public String getModelName()
      The name of the parent registered model of the model version, relative to parent schema
      Returns:
      modelName
    • setModelName

      public void setModelName(String modelName)
    • catalogName

      public ModelVersionInfo catalogName(String catalogName)
    • getCatalogName

      @Nullable public String getCatalogName()
      The name of the catalog containing the model version
      Returns:
      catalogName
    • setCatalogName

      public void setCatalogName(String catalogName)
    • schemaName

      public ModelVersionInfo schemaName(String schemaName)
    • getSchemaName

      @Nullable public String getSchemaName()
      The name of the schema containing the model version, relative to parent catalog
      Returns:
      schemaName
    • setSchemaName

      public void setSchemaName(String schemaName)
    • version

      public ModelVersionInfo version(Long version)
    • getVersion

      @Nullable public Long getVersion()
      Integer model version number, used to reference the model version in API requests.
      Returns:
      version
    • setVersion

      public void setVersion(Long version)
    • source

      public ModelVersionInfo source(String source)
    • getSource

      @Nullable public String getSource()
      URI indicating the location of the source artifacts (files) for the model version
      Returns:
      source
    • setSource

      public void setSource(String source)
    • runId

      public ModelVersionInfo runId(String runId)
    • getRunId

      @Nullable public String getRunId()
      The run id used by the ML package that generated the model.
      Returns:
      runId
    • setRunId

      public void setRunId(String runId)
    • status

      public ModelVersionInfo status(ModelVersionStatus status)
    • getStatus

      @Nullable public ModelVersionStatus getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(ModelVersionStatus status)
    • storageLocation

      public ModelVersionInfo 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)
    • comment

      public ModelVersionInfo comment(String comment)
    • getComment

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

      public void setComment(String comment)
    • createdAt

      public ModelVersionInfo createdAt(Long createdAt)
    • getCreatedAt

      @Nullable public Long getCreatedAt()
      Time at which this model version was created, in epoch milliseconds.
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • createdBy

      public ModelVersionInfo createdBy(String createdBy)
    • getCreatedBy

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

      public void setCreatedBy(String createdBy)
    • updatedAt

      public ModelVersionInfo updatedAt(Long updatedAt)
    • getUpdatedAt

      @Nullable public Long getUpdatedAt()
      Time at which this model version was last modified, in epoch milliseconds.
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • updatedBy

      public ModelVersionInfo updatedBy(String updatedBy)
    • getUpdatedBy

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

      public void setUpdatedBy(String updatedBy)
    • id

      public ModelVersionInfo id(String id)
    • getId

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

      public void setId(String id)
    • equals

      public boolean equals(Object o)
      Return true if this ModelVersionInfo 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