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