Uses of Class
software.amazon.awssdk.services.sagemaker.model.CapacitySize
-
Packages that use CapacitySize Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CapacitySize in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CapacitySize Modifier and Type Method Description CapacitySizeTrafficRoutingConfig. canarySize()Batch size for the first step to turn on traffic on the new endpoint fleet.CapacitySizeTrafficRoutingConfig. linearStepSize()Batch size for each step to turn on traffic on the new endpoint fleet.CapacitySizeRollingUpdatePolicy. 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.CapacitySizeRollingUpdatePolicy. rollbackMaximumBatchSize()Batch size for rollback to the old endpoint fleet.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CapacitySize Modifier and Type Method Description TrafficRoutingConfig.BuilderTrafficRoutingConfig.Builder. canarySize(CapacitySize canarySize)Batch size for the first step to turn on traffic on the new endpoint fleet.TrafficRoutingConfig.BuilderTrafficRoutingConfig.Builder. linearStepSize(CapacitySize linearStepSize)Batch size for each step to turn on traffic on the new endpoint fleet.RollingUpdatePolicy.BuilderRollingUpdatePolicy.Builder. maximumBatchSize(CapacitySize 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.RollingUpdatePolicy.BuilderRollingUpdatePolicy.Builder. rollbackMaximumBatchSize(CapacitySize rollbackMaximumBatchSize)Batch size for rollback to the old endpoint fleet.
-