Uses of Class
com.databricks.sdk.service.serving.ServedModelStateDeployment
-
Packages that use ServedModelStateDeployment Package Description com.databricks.sdk.service.serving -
-
Uses of ServedModelStateDeployment in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return ServedModelStateDeployment Modifier and Type Method Description ServedModelStateDeploymentServedModelState. getDeployment()static ServedModelStateDeploymentServedModelStateDeployment. valueOf(String name)Returns the enum constant of this type with the specified name.static ServedModelStateDeployment[]ServedModelStateDeployment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.serving with parameters of type ServedModelStateDeployment Modifier and Type Method Description ServedModelStateServedModelState. setDeployment(ServedModelStateDeployment deployment)
-