Class CreateModelVersion

java.lang.Object
io.unitycatalog.client.model.CreateModelVersion

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.5.0") public class CreateModelVersion extends Object
CreateModelVersion
  • Field Details

  • Constructor Details

    • CreateModelVersion

      public CreateModelVersion()
  • Method Details

    • modelName

      public CreateModelVersion modelName(String modelName)
    • getModelName

      @Nonnull public String getModelName()
      Name of registered model, relative to parent schema.
      Returns:
      modelName
    • setModelName

      public void setModelName(String modelName)
    • catalogName

      public CreateModelVersion catalogName(String catalogName)
    • getCatalogName

      @Nonnull public String getCatalogName()
      Name of parent catalog.
      Returns:
      catalogName
    • setCatalogName

      public void setCatalogName(String catalogName)
    • schemaName

      public CreateModelVersion schemaName(String schemaName)
    • getSchemaName

      @Nonnull public String getSchemaName()
      Name of parent schema relative to its parent catalog.
      Returns:
      schemaName
    • setSchemaName

      public void setSchemaName(String schemaName)
    • source

      public CreateModelVersion source(String source)
    • getSource

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

      public void setSource(String source)
    • runId

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

      public CreateModelVersion comment(String comment)
    • getComment

      @Nullable public String getComment()
      User-provided free-form text description.
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • equals

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