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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InstancePoolModelDeploymentSystemDatabuild()InstancePoolModelDeploymentSystemData.Buildercopy(InstancePoolModelDeploymentSystemData model)InstancePoolModelDeploymentSystemData.BuildercurrentInstanceCount(Integer currentInstanceCount)This value is the current count of the model deployment instances.
 
- 
- 
- 
Method Detail- 
currentInstanceCountpublic 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
 
 - 
buildpublic InstancePoolModelDeploymentSystemData build() 
 - 
copypublic InstancePoolModelDeploymentSystemData.Builder copy(InstancePoolModelDeploymentSystemData model) 
 
- 
 
-