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
Modifier and TypeMethodDescriptionSpecifies whether SageMaker should process the update by amount or percentage of instances.type
(NodeUnavailabilityType type) Specifies whether SageMaker should process the update by amount or percentage of instances.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 Details
-
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:
-
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.
-