public static interface InstanceGroup.Builder extends SdkPojo, CopyableBuilder<InstanceGroup.Builder,InstanceGroup>
| Modifier and Type | Method and Description |
|---|---|
InstanceGroup.Builder |
instanceCount(Integer instanceCount)
Specifies the number of instances of the instance group.
|
InstanceGroup.Builder |
instanceGroupName(String instanceGroupName)
Specifies the name of the instance group.
|
InstanceGroup.Builder |
instanceType(String instanceType)
Specifies the instance type of the instance group.
|
InstanceGroup.Builder |
instanceType(TrainingInstanceType instanceType)
Specifies the instance type of the instance group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceGroup.Builder instanceType(String instanceType)
Specifies the instance type of the instance group.
instanceType - Specifies the instance type of the instance group.TrainingInstanceType,
TrainingInstanceTypeInstanceGroup.Builder instanceType(TrainingInstanceType instanceType)
Specifies the instance type of the instance group.
instanceType - Specifies the instance type of the instance group.TrainingInstanceType,
TrainingInstanceTypeInstanceGroup.Builder instanceCount(Integer instanceCount)
Specifies the number of instances of the instance group.
instanceCount - Specifies the number of instances of the instance group.InstanceGroup.Builder instanceGroupName(String instanceGroupName)
Specifies the name of the instance group.
instanceGroupName - Specifies the name of the instance group.Copyright © 2022. All rights reserved.