Uses of Class
software.amazon.awssdk.services.sagemaker.model.AlarmDetails
-
Packages that use AlarmDetails Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AlarmDetails in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AlarmDetails Modifier and Type Method Description List<AlarmDetails>DeploymentConfiguration. autoRollbackConfiguration()An array that contains the alarms that SageMaker monitors to know whether to roll back the AMI update.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AlarmDetails Modifier and Type Method Description DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. autoRollbackConfiguration(AlarmDetails... autoRollbackConfiguration)An array that contains the alarms that SageMaker monitors to know whether to roll back the AMI update.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AlarmDetails Modifier and Type Method Description DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. autoRollbackConfiguration(Collection<AlarmDetails> autoRollbackConfiguration)An array that contains the alarms that SageMaker monitors to know whether to roll back the AMI update.
-