Interface InstancePoolSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstancePoolSummary.Builder,,InstancePoolSummary> SdkBuilder<InstancePoolSummary.Builder,,InstancePoolSummary> SdkPojo
- Enclosing class:
InstancePoolSummary
@Mutable
@NotThreadSafe
public static interface InstancePoolSummary.Builder
extends SdkPojo, CopyableBuilder<InstancePoolSummary.Builder,InstancePoolSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentInstanceCount(Integer currentInstanceCount) The current number of instances of this type in the instance pool.instanceType(String instanceType) The ML compute instance type for the instance pool.instanceType(ProductionVariantInstanceType instanceType) The ML compute instance type for the instance pool.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceType
The ML compute instance type for the instance pool.
- Parameters:
instanceType- The ML compute instance type for the instance pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The ML compute instance type for the instance pool.
- Parameters:
instanceType- The ML compute instance type for the instance pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentInstanceCount
The current number of instances of this type in the instance pool.
- Parameters:
currentInstanceCount- The current number of instances of this type in the instance pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-