Uses of Class
software.amazon.awssdk.services.sagemaker.model.RollingDeploymentPolicy
-
Packages that use RollingDeploymentPolicy Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RollingDeploymentPolicy in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RollingDeploymentPolicy Modifier and Type Method Description RollingDeploymentPolicyDeploymentConfiguration. rollingUpdatePolicy()The policy that SageMaker uses when updating the AMI versions of the cluster.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type RollingDeploymentPolicy Modifier and Type Method Description DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. rollingUpdatePolicy(RollingDeploymentPolicy rollingUpdatePolicy)The policy that SageMaker uses when updating the AMI versions of the cluster.
-