Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoRollbackConfig
-
Packages that use AutoRollbackConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoRollbackConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoRollbackConfig Modifier and Type Method Description AutoRollbackConfigDeploymentConfig. autoRollbackConfiguration()Automatic rollback configuration for handling endpoint deployment failures and recovery.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoRollbackConfig Modifier and Type Method Description DeploymentConfig.BuilderDeploymentConfig.Builder. autoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)Automatic rollback configuration for handling endpoint deployment failures and recovery.
-