| 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 ListContextsResponse |
SageMakerClient.listContexts(Consumer<ListContextsRequest.Builder> listContextsRequest)
Lists the contexts in your account and their properties.
|
default ListContextsResponse |
SageMakerClient.listContexts(ListContextsRequest listContextsRequest)
Lists the contexts in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListContextsResponse> |
SageMakerAsyncClient.listContexts(Consumer<ListContextsRequest.Builder> listContextsRequest)
Lists the contexts in your account and their properties.
|
default CompletableFuture<ListContextsResponse> |
SageMakerAsyncClient.listContexts(ListContextsRequest listContextsRequest)
Lists the contexts in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListContextsResponse> |
ListContextsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListContextsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListContextsResponse> subscriber) |
Copyright © 2021. All rights reserved.