Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CapacitySizeConfig.Builder
-
Packages that use CapacitySizeConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CapacitySizeConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CapacitySizeConfig.Builder Modifier and Type Method Description static CapacitySizeConfig.BuilderCapacitySizeConfig. builder()CapacitySizeConfig.BuilderCapacitySizeConfig. toBuilder()CapacitySizeConfig.BuilderCapacitySizeConfig.Builder. type(String type)Specifies whether SageMaker should process the update by amount or percentage of instances.CapacitySizeConfig.BuilderCapacitySizeConfig.Builder. type(NodeUnavailabilityType type)Specifies whether SageMaker should process the update by amount or percentage of instances.CapacitySizeConfig.BuilderCapacitySizeConfig.Builder. value(Integer value)Specifies the amount or percentage of instances SageMaker updates at a time.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CapacitySizeConfig.Builder Modifier and Type Method Description static Class<? extends CapacitySizeConfig.Builder>CapacitySizeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CapacitySizeConfig.Builder Modifier and Type Method Description default RollingDeploymentPolicy.BuilderRollingDeploymentPolicy.Builder. maximumBatchSize(Consumer<CapacitySizeConfig.Builder> maximumBatchSize)The maximum amount of instances in the cluster that SageMaker can update at a time.default RollingDeploymentPolicy.BuilderRollingDeploymentPolicy.Builder. rollbackMaximumBatchSize(Consumer<CapacitySizeConfig.Builder> rollbackMaximumBatchSize)The maximum amount of instances in the cluster that SageMaker can roll back at a time.
-