| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static MonitoringAlertStatus |
MonitoringAlertStatus.fromValue(String value)
Use this in place of valueOf.
|
static MonitoringAlertStatus |
MonitoringAlertStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitoringAlertStatus[] |
MonitoringAlertStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringAlertHistorySummary |
MonitoringAlertHistorySummary.withAlertStatus(MonitoringAlertStatus alertStatus)
The current alert status of an alert.
|
MonitoringAlertSummary |
MonitoringAlertSummary.withAlertStatus(MonitoringAlertStatus alertStatus)
The current status of an alert.
|
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withStatusEquals(MonitoringAlertStatus statusEquals)
A filter that retrieves only alerts with a specific status.
|
Copyright © 2024. All rights reserved.