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