| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMonitoringAlertsResponse |
SageMakerClient.listMonitoringAlerts(Consumer<ListMonitoringAlertsRequest.Builder> listMonitoringAlertsRequest)
Gets the alerts for a single monitoring schedule.
|
default ListMonitoringAlertsResponse |
SageMakerClient.listMonitoringAlerts(ListMonitoringAlertsRequest listMonitoringAlertsRequest)
Gets the alerts for a single monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMonitoringAlertsResponse> |
SageMakerAsyncClient.listMonitoringAlerts(Consumer<ListMonitoringAlertsRequest.Builder> listMonitoringAlertsRequest)
Gets the alerts for a single monitoring schedule.
|
default CompletableFuture<ListMonitoringAlertsResponse> |
SageMakerAsyncClient.listMonitoringAlerts(ListMonitoringAlertsRequest listMonitoringAlertsRequest)
Gets the alerts for a single monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMonitoringAlertsResponse> |
ListMonitoringAlertsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitoringAlertsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMonitoringAlertsResponse> subscriber) |
Copyright © 2023. All rights reserved.