| 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 |
|---|---|
ListMonitoringAlertsResult |
AmazonSageMakerClient.listMonitoringAlerts(ListMonitoringAlertsRequest request)
Gets the alerts for a single monitoring schedule.
|
ListMonitoringAlertsResult |
AbstractAmazonSageMaker.listMonitoringAlerts(ListMonitoringAlertsRequest request) |
ListMonitoringAlertsResult |
AmazonSageMaker.listMonitoringAlerts(ListMonitoringAlertsRequest listMonitoringAlertsRequest)
Gets the alerts for a single monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListMonitoringAlertsResult> |
AmazonSageMakerAsyncClient.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> |
AbstractAmazonSageMakerAsync.listMonitoringAlertsAsync(ListMonitoringAlertsRequest request,
AsyncHandler<ListMonitoringAlertsRequest,ListMonitoringAlertsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertsResult |
ListMonitoringAlertsResult.clone() |
ListMonitoringAlertsResult |
ListMonitoringAlertsResult.withMonitoringAlertSummaries(Collection<MonitoringAlertSummary> monitoringAlertSummaries)
A JSON array where each element is a summary for a monitoring alert.
|
ListMonitoringAlertsResult |
ListMonitoringAlertsResult.withMonitoringAlertSummaries(MonitoringAlertSummary... monitoringAlertSummaries)
A JSON array where each element is a summary for a monitoring alert.
|
ListMonitoringAlertsResult |
ListMonitoringAlertsResult.withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
Copyright © 2024. All rights reserved.