| 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 |
|---|---|
Future<ListMonitoringAlertHistoryResult> |
AbstractAmazonSageMakerAsync.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.
|
Future<ListMonitoringAlertHistoryResult> |
AmazonSageMakerAsyncClient.listMonitoringAlertHistoryAsync(ListMonitoringAlertHistoryRequest request,
AsyncHandler<ListMonitoringAlertHistoryRequest,ListMonitoringAlertHistoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.clone() |
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only alerts created on or after the specified time.
|
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only alerts created on or before the specified time.
|
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withMaxResults(Integer maxResults)
The maximum number of results to display.
|
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withMonitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
|
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withMonitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withNextToken(String nextToken)
If the result of the previous
ListMonitoringAlertHistory request was truncated, the response
includes a NextToken. |
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withSortBy(MonitoringAlertHistorySortKey sortBy)
The field used to sort results.
|
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withSortBy(String sortBy)
The field used to sort results.
|
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withSortOrder(SortOrder sortOrder)
The sort order, whether
Ascending or Descending, of the alert history. |
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withSortOrder(String sortOrder)
The sort order, whether
Ascending or Descending, of the alert history. |
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withStatusEquals(MonitoringAlertStatus statusEquals)
A filter that retrieves only alerts with a specific status.
|
ListMonitoringAlertHistoryRequest |
ListMonitoringAlertHistoryRequest.withStatusEquals(String statusEquals)
A filter that retrieves only alerts with a specific status.
|
Copyright © 2023. All rights reserved.