| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MonitoringAlertStatus |
MonitoringAlertHistorySummary.alertStatus()
The current alert status of an alert.
|
MonitoringAlertStatus |
MonitoringAlertSummary.alertStatus()
The current status of an alert.
|
static MonitoringAlertStatus |
MonitoringAlertStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MonitoringAlertStatus |
ListMonitoringAlertHistoryRequest.statusEquals()
A filter that retrieves only alerts with a specific status.
|
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 |
|---|---|
static Set<MonitoringAlertStatus> |
MonitoringAlertStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringAlertHistorySummary.Builder |
MonitoringAlertHistorySummary.Builder.alertStatus(MonitoringAlertStatus alertStatus)
The current alert status of an alert.
|
MonitoringAlertSummary.Builder |
MonitoringAlertSummary.Builder.alertStatus(MonitoringAlertStatus alertStatus)
The current status of an alert.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.statusEquals(MonitoringAlertStatus statusEquals)
A filter that retrieves only alerts with a specific status.
|
Copyright © 2022. All rights reserved.