Uses of Class
com.databricks.sdk.service.ml.Status
-
Packages that use Status Package Description com.databricks.sdk.service.ml -
-
Uses of Status in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return Status Modifier and Type Method Description StatusModelVersionDatabricks. getStatus()static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. 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 Status Modifier and Type Method Description ModelVersionDatabricksModelVersionDatabricks. setStatus(Status status)
-