Interface CapacitySizeConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CapacitySizeConfig.Builder,CapacitySizeConfig>,SdkBuilder<CapacitySizeConfig.Builder,CapacitySizeConfig>,SdkPojo
- Enclosing class:
- CapacitySizeConfig
@Mutable @NotThreadSafe public static interface CapacitySizeConfig.Builder extends SdkPojo, CopyableBuilder<CapacitySizeConfig.Builder,CapacitySizeConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacitySizeConfig.Buildertype(String type)Specifies whether SageMaker should process the update by amount or percentage of instances.CapacitySizeConfig.Buildertype(NodeUnavailabilityType type)Specifies whether SageMaker should process the update by amount or percentage of instances.CapacitySizeConfig.Buildervalue(Integer value)Specifies the amount or percentage of instances SageMaker updates at a time.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
CapacitySizeConfig.Builder type(String type)
Specifies whether SageMaker should process the update by amount or percentage of instances.
- Parameters:
type- Specifies whether SageMaker should process the update by amount or percentage of instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NodeUnavailabilityType,NodeUnavailabilityType
-
type
CapacitySizeConfig.Builder type(NodeUnavailabilityType type)
Specifies whether SageMaker should process the update by amount or percentage of instances.
- Parameters:
type- Specifies whether SageMaker should process the update by amount or percentage of instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NodeUnavailabilityType,NodeUnavailabilityType
-
value
CapacitySizeConfig.Builder value(Integer value)
Specifies the amount or percentage of instances SageMaker updates at a time.
- Parameters:
value- Specifies the amount or percentage of instances SageMaker updates at a time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-