Package io.unitycatalog.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalogName(String catalogName) booleanReturn true if this CreateModelVersion object is equal to o.Name of parent catalog.User-provided free-form text description.Name of registered model, relative to parent schema.getRunId()The run id used by the ML package that generated the model.Name of parent schema relative to its parent catalog.URI indicating the location of the source model artifacts.inthashCode()schemaName(String schemaName) voidsetCatalogName(String catalogName) voidsetComment(String comment) voidsetModelName(String modelName) voidvoidsetSchemaName(String schemaName) voidtoString()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_SOURCE
- See Also:
-
JSON_PROPERTY_RUN_ID
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
-
Constructor Details
-
CreateModelVersion
public CreateModelVersion()
-
-
Method Details
-
modelName
-
getModelName
Name of registered model, relative to parent schema.- Returns:
- modelName
-
setModelName
-
catalogName
-
getCatalogName
Name of parent catalog.- Returns:
- catalogName
-
setCatalogName
-
schemaName
-
getSchemaName
Name of parent schema relative to its parent catalog.- Returns:
- schemaName
-
setSchemaName
-
source
-
getSource
URI indicating the location of the source model artifacts.- Returns:
- source
-
setSource
-
runId
-
getRunId
The run id used by the ML package that generated the model.- Returns:
- runId
-
setRunId
-
comment
-
getComment
User-provided free-form text description.- Returns:
- comment
-
setComment
-
equals
Return true if this CreateModelVersion 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
-