| 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 ListMonitoringAlertHistoryResponse |
SageMakerClient.listMonitoringAlertHistory(Consumer<ListMonitoringAlertHistoryRequest.Builder> listMonitoringAlertHistoryRequest)
Gets a list of past alerts in a model monitoring schedule.
|
default ListMonitoringAlertHistoryResponse |
SageMakerClient.listMonitoringAlertHistory(ListMonitoringAlertHistoryRequest listMonitoringAlertHistoryRequest)
Gets a list of past alerts in a model monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMonitoringAlertHistoryResponse> |
SageMakerAsyncClient.listMonitoringAlertHistory(Consumer<ListMonitoringAlertHistoryRequest.Builder> listMonitoringAlertHistoryRequest)
Gets a list of past alerts in a model monitoring schedule.
|
default CompletableFuture<ListMonitoringAlertHistoryResponse> |
SageMakerAsyncClient.listMonitoringAlertHistory(ListMonitoringAlertHistoryRequest listMonitoringAlertHistoryRequest)
Gets a list of past alerts in a model monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMonitoringAlertHistoryResponse> |
ListMonitoringAlertHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitoringAlertHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMonitoringAlertHistoryResponse> subscriber) |
Copyright © 2022. All rights reserved.