| 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<ListMonitoringAlertsResult> |
AbstractAmazonSageMakerAsync.listMonitoringAlertsAsync(ListMonitoringAlertsRequest request,
AsyncHandler<ListMonitoringAlertsRequest,ListMonitoringAlertsResult> asyncHandler) |
Future<ListMonitoringAlertsResult> |
AmazonSageMakerAsync.listMonitoringAlertsAsync(ListMonitoringAlertsRequest listMonitoringAlertsRequest,
AsyncHandler<ListMonitoringAlertsRequest,ListMonitoringAlertsResult> asyncHandler)
Gets the alerts for a single monitoring schedule.
|
Future<ListMonitoringAlertsResult> |
AmazonSageMakerAsyncClient.listMonitoringAlertsAsync(ListMonitoringAlertsRequest request,
AsyncHandler<ListMonitoringAlertsRequest,ListMonitoringAlertsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertsRequest |
ListMonitoringAlertsRequest.clone() |
ListMonitoringAlertsRequest |
ListMonitoringAlertsRequest.withMaxResults(Integer maxResults)
The maximum number of results to display.
|
ListMonitoringAlertsRequest |
ListMonitoringAlertsRequest.withMonitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
ListMonitoringAlertsRequest |
ListMonitoringAlertsRequest.withNextToken(String nextToken)
If the result of the previous
ListMonitoringAlerts request was truncated, the response includes a
NextToken. |
Copyright © 2023. All rights reserved.