Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentCapacitySize
-
Packages that use InferenceComponentCapacitySize Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentCapacitySize in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentCapacitySize Modifier and Type Method Description InferenceComponentCapacitySizeInferenceComponentRollingUpdatePolicy. maximumBatchSize()The batch size for each rolling step in the deployment process.InferenceComponentCapacitySizeInferenceComponentRollingUpdatePolicy. rollbackMaximumBatchSize()The batch size for a rollback to the old endpoint fleet.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentCapacitySize Modifier and Type Method Description InferenceComponentRollingUpdatePolicy.BuilderInferenceComponentRollingUpdatePolicy.Builder. maximumBatchSize(InferenceComponentCapacitySize maximumBatchSize)The batch size for each rolling step in the deployment process.InferenceComponentRollingUpdatePolicy.BuilderInferenceComponentRollingUpdatePolicy.Builder. rollbackMaximumBatchSize(InferenceComponentCapacitySize rollbackMaximumBatchSize)The batch size for a rollback to the old endpoint fleet.
-