Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentRollingUpdatePolicy
-
Packages that use InferenceComponentRollingUpdatePolicy Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentRollingUpdatePolicy in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentRollingUpdatePolicy Modifier and Type Method Description InferenceComponentRollingUpdatePolicyInferenceComponentDeploymentConfig. rollingUpdatePolicy()Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentRollingUpdatePolicy Modifier and Type Method Description InferenceComponentDeploymentConfig.BuilderInferenceComponentDeploymentConfig.Builder. rollingUpdatePolicy(InferenceComponentRollingUpdatePolicy rollingUpdatePolicy)Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.
-