| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertHistoryResult |
AbstractAmazonSageMaker.listMonitoringAlertHistory(ListMonitoringAlertHistoryRequest request) |
ListMonitoringAlertHistoryResult |
AmazonSageMakerClient.listMonitoringAlertHistory(ListMonitoringAlertHistoryRequest request)
Gets a list of past alerts in a model monitoring schedule.
|
ListMonitoringAlertHistoryResult |
AmazonSageMaker.listMonitoringAlertHistory(ListMonitoringAlertHistoryRequest listMonitoringAlertHistoryRequest)
Gets a list of past alerts in a model monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListMonitoringAlertHistoryResult> |
AbstractAmazonSageMakerAsync.listMonitoringAlertHistoryAsync(ListMonitoringAlertHistoryRequest request,
AsyncHandler<ListMonitoringAlertHistoryRequest,ListMonitoringAlertHistoryResult> asyncHandler) |
Future<ListMonitoringAlertHistoryResult> |
AmazonSageMakerAsyncClient.listMonitoringAlertHistoryAsync(ListMonitoringAlertHistoryRequest request,
AsyncHandler<ListMonitoringAlertHistoryRequest,ListMonitoringAlertHistoryResult> asyncHandler) |
Future<ListMonitoringAlertHistoryResult> |
AmazonSageMakerAsync.listMonitoringAlertHistoryAsync(ListMonitoringAlertHistoryRequest listMonitoringAlertHistoryRequest,
AsyncHandler<ListMonitoringAlertHistoryRequest,ListMonitoringAlertHistoryResult> asyncHandler)
Gets a list of past alerts in a model monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertHistoryResult |
ListMonitoringAlertHistoryResult.clone() |
ListMonitoringAlertHistoryResult |
ListMonitoringAlertHistoryResult.withMonitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
An alert history for a model monitoring schedule.
|
ListMonitoringAlertHistoryResult |
ListMonitoringAlertHistoryResult.withMonitoringAlertHistory(MonitoringAlertHistorySummary... monitoringAlertHistory)
An alert history for a model monitoring schedule.
|
ListMonitoringAlertHistoryResult |
ListMonitoringAlertHistoryResult.withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
Copyright © 2024. All rights reserved.