Uses of Interface
software.amazon.awssdk.services.sagemaker.model.InferenceComponentCapacitySize.Builder
-
Packages that use InferenceComponentCapacitySize.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentCapacitySize.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentCapacitySize.Builder Modifier and Type Method Description static InferenceComponentCapacitySize.BuilderInferenceComponentCapacitySize. builder()InferenceComponentCapacitySize.BuilderInferenceComponentCapacitySize. toBuilder()InferenceComponentCapacitySize.BuilderInferenceComponentCapacitySize.Builder. type(String type)Specifies the endpoint capacity type.InferenceComponentCapacitySize.BuilderInferenceComponentCapacitySize.Builder. type(InferenceComponentCapacitySizeType type)Specifies the endpoint capacity type.InferenceComponentCapacitySize.BuilderInferenceComponentCapacitySize.Builder. value(Integer value)Defines the capacity size, either as a number of inference component copies or a capacity percentage.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceComponentCapacitySize.Builder Modifier and Type Method Description static Class<? extends InferenceComponentCapacitySize.Builder>InferenceComponentCapacitySize. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceComponentCapacitySize.Builder Modifier and Type Method Description default InferenceComponentRollingUpdatePolicy.BuilderInferenceComponentRollingUpdatePolicy.Builder. maximumBatchSize(Consumer<InferenceComponentCapacitySize.Builder> maximumBatchSize)The batch size for each rolling step in the deployment process.default InferenceComponentRollingUpdatePolicy.BuilderInferenceComponentRollingUpdatePolicy.Builder. rollbackMaximumBatchSize(Consumer<InferenceComponentCapacitySize.Builder> rollbackMaximumBatchSize)The batch size for a rollback to the old endpoint fleet.
-