| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMonitoringExecutionsResponse |
SageMakerClient.listMonitoringExecutions(Consumer<ListMonitoringExecutionsRequest.Builder> listMonitoringExecutionsRequest)
Returns list of all monitoring job executions.
|
default ListMonitoringExecutionsResponse |
SageMakerClient.listMonitoringExecutions(ListMonitoringExecutionsRequest listMonitoringExecutionsRequest)
Returns list of all monitoring job executions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMonitoringExecutionsResponse> |
SageMakerAsyncClient.listMonitoringExecutions(Consumer<ListMonitoringExecutionsRequest.Builder> listMonitoringExecutionsRequest)
Returns list of all monitoring job executions.
|
default CompletableFuture<ListMonitoringExecutionsResponse> |
SageMakerAsyncClient.listMonitoringExecutions(ListMonitoringExecutionsRequest listMonitoringExecutionsRequest)
Returns list of all monitoring job executions.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMonitoringExecutionsResponse> |
ListMonitoringExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitoringExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMonitoringExecutionsResponse> subscriber) |
Copyright © 2021. All rights reserved.