| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MonitoringAlertHistorySummary |
MonitoringAlertHistorySummary.clone() |
MonitoringAlertHistorySummary |
MonitoringAlertHistorySummary.withAlertStatus(MonitoringAlertStatus alertStatus)
The current alert status of an alert.
|
MonitoringAlertHistorySummary |
MonitoringAlertHistorySummary.withAlertStatus(String alertStatus)
The current alert status of an alert.
|
MonitoringAlertHistorySummary |
MonitoringAlertHistorySummary.withCreationTime(Date creationTime)
A timestamp that indicates when the first alert transition occurred in an alert history.
|
MonitoringAlertHistorySummary |
MonitoringAlertHistorySummary.withMonitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
|
MonitoringAlertHistorySummary |
MonitoringAlertHistorySummary.withMonitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
List<MonitoringAlertHistorySummary> |
ListMonitoringAlertHistoryResult.getMonitoringAlertHistory()
An alert history for a model monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertHistoryResult |
ListMonitoringAlertHistoryResult.withMonitoringAlertHistory(MonitoringAlertHistorySummary... monitoringAlertHistory)
An alert history for a model monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitoringAlertHistoryResult.setMonitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
An alert history for a model monitoring schedule.
|
ListMonitoringAlertHistoryResult |
ListMonitoringAlertHistoryResult.withMonitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
An alert history for a model monitoring schedule.
|
Copyright © 2024. All rights reserved.