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.AutoRollbackConfigInferenceComponentDeploymentConfig. autoRollbackConfiguration()Returns the value of the AutoRollbackConfiguration property for this object.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.InferenceComponentDeploymentConfig.BuilderInferenceComponentDeploymentConfig.Builder. autoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)Sets the value of the AutoRollbackConfiguration property for this object.
-