Package com.oracle.bmc.datascience.model
Class InstancePoolModelDeploymentSystemData.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.InstancePoolModelDeploymentSystemData.Builder
-
- Enclosing class:
- InstancePoolModelDeploymentSystemData
public static class InstancePoolModelDeploymentSystemData.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstancePoolModelDeploymentSystemData
build()
InstancePoolModelDeploymentSystemData.Builder
copy(InstancePoolModelDeploymentSystemData model)
InstancePoolModelDeploymentSystemData.Builder
currentInstanceCount(Integer currentInstanceCount)
This value is the current count of the model deployment instances.
-
-
-
Method Detail
-
currentInstanceCount
public InstancePoolModelDeploymentSystemData.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 InstancePoolModelDeploymentSystemData build()
-
copy
public InstancePoolModelDeploymentSystemData.Builder copy(InstancePoolModelDeploymentSystemData model)
-
-