Package com.oracle.bmc.datascience.model
Class ManagedComputeClusterModelDeploymentSystemData.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.ManagedComputeClusterModelDeploymentSystemData.Builder
-
- Enclosing class:
- ManagedComputeClusterModelDeploymentSystemData
public static class ManagedComputeClusterModelDeploymentSystemData.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedComputeClusterModelDeploymentSystemDatabuild()ManagedComputeClusterModelDeploymentSystemData.Buildercopy(ManagedComputeClusterModelDeploymentSystemData model)ManagedComputeClusterModelDeploymentSystemData.BuildercurrentInstanceCount(Integer currentInstanceCount)This value is the current count of the model deployment instances.ManagedComputeClusterModelDeploymentSystemData.BuildermodelType(ModelDeploymentModelType modelType)
-
-
-
Method Detail
-
modelType
public ManagedComputeClusterModelDeploymentSystemData.Builder modelType(ModelDeploymentModelType modelType)
-
currentInstanceCount
public ManagedComputeClusterModelDeploymentSystemData.Builder currentInstanceCount(Integer currentInstanceCount)
This value is the current count of the model deployment instances.- Parameters:
currentInstanceCount- the value to set- Returns:
- this builder
-
build
public ManagedComputeClusterModelDeploymentSystemData build()
-
copy
public ManagedComputeClusterModelDeploymentSystemData.Builder copy(ManagedComputeClusterModelDeploymentSystemData model)
-
-