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