Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CapacitySize.Builder
-
Packages that use CapacitySize.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CapacitySize.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CapacitySize.Builder Modifier and Type Method Description static CapacitySize.BuilderCapacitySize. builder()CapacitySize.BuilderCapacitySize. toBuilder()CapacitySize.BuilderCapacitySize.Builder. type(String type)Specifies the endpoint capacity type.CapacitySize.BuilderCapacitySize.Builder. type(CapacitySizeType type)Specifies the endpoint capacity type.CapacitySize.BuilderCapacitySize.Builder. value(Integer value)Defines the capacity size, either as a number of instances or a capacity percentage.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CapacitySize.Builder Modifier and Type Method Description static Class<? extends CapacitySize.Builder>CapacitySize. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CapacitySize.Builder Modifier and Type Method Description default TrafficRoutingConfig.BuilderTrafficRoutingConfig.Builder. canarySize(Consumer<CapacitySize.Builder> canarySize)Batch size for the first step to turn on traffic on the new endpoint fleet.default TrafficRoutingConfig.BuilderTrafficRoutingConfig.Builder. linearStepSize(Consumer<CapacitySize.Builder> linearStepSize)Batch size for each step to turn on traffic on the new endpoint fleet.default RollingUpdatePolicy.BuilderRollingUpdatePolicy.Builder. maximumBatchSize(Consumer<CapacitySize.Builder> maximumBatchSize)Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet.default RollingUpdatePolicy.BuilderRollingUpdatePolicy.Builder. rollbackMaximumBatchSize(Consumer<CapacitySize.Builder> rollbackMaximumBatchSize)Batch size for rollback to the old endpoint fleet.
-