Uses of Class
software.amazon.awssdk.services.sagemaker.model.Alarm
-
Packages that use Alarm Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Alarm in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type Alarm Modifier and Type Method Description List<Alarm>AutoRollbackConfig. alarms()List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type Alarm Modifier and Type Method Description AutoRollbackConfig.BuilderAutoRollbackConfig.Builder. alarms(Alarm... alarms)List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type Alarm Modifier and Type Method Description AutoRollbackConfig.BuilderAutoRollbackConfig.Builder. alarms(Collection<Alarm> alarms)List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
-