Uses of Class
com.databricks.sdk.service.ml.ModelVersionStatus
-
Packages that use ModelVersionStatus Package Description com.databricks.sdk.service.ml -
-
Uses of ModelVersionStatus in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return ModelVersionStatus Modifier and Type Method Description ModelVersionStatus
ModelVersion. getStatus()
static ModelVersionStatus
ModelVersionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelVersionStatus[]
ModelVersionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.ml with parameters of type ModelVersionStatus Modifier and Type Method Description ModelVersion
ModelVersion. setStatus(ModelVersionStatus status)
-