| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MonitoringAlertHistorySummary> |
ListMonitoringAlertHistoryResponse.monitoringAlertHistory()
An alert history for a model monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertHistoryResponse.Builder |
ListMonitoringAlertHistoryResponse.Builder.monitoringAlertHistory(MonitoringAlertHistorySummary... monitoringAlertHistory)
An alert history for a model monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertHistoryResponse.Builder |
ListMonitoringAlertHistoryResponse.Builder.monitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
An alert history for a model monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<MonitoringAlertHistorySummary> |
ListMonitoringAlertHistoryIterable.monitoringAlertHistory()
Returns an iterable to iterate through the paginated
ListMonitoringAlertHistoryResponse.monitoringAlertHistory() member. |
SdkPublisher<MonitoringAlertHistorySummary> |
ListMonitoringAlertHistoryPublisher.monitoringAlertHistory()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.