| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Alarm |
Alarm.clone() |
Alarm |
Alarm.withAlarmName(String alarmName)
The name of a CloudWatch alarm in your account.
|
| Modifier and Type | Method and Description |
|---|---|
List<Alarm> |
AutoRollbackConfig.getAlarms()
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfig |
AutoRollbackConfig.withAlarms(Alarm... alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoRollbackConfig.setAlarms(Collection<Alarm> alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
|
AutoRollbackConfig |
AutoRollbackConfig.withAlarms(Collection<Alarm> alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
|
Copyright © 2024. All rights reserved.