Uses of Class
com.oracle.bmc.datascience.model.ModelDeploymentType
-
Packages that use ModelDeploymentType Package Description com.oracle.bmc.datascience.model -
-
Uses of ModelDeploymentType in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ModelDeploymentType Modifier and Type Method Description static ModelDeploymentType
ModelDeploymentType. create(String key)
static ModelDeploymentType
ModelDeploymentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelDeploymentType[]
ModelDeploymentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-