| 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 ListNotebookInstancesResponse |
SageMakerClient.listNotebookInstances()
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an Amazon Web Services
Region.
|
default ListNotebookInstancesResponse |
SageMakerClient.listNotebookInstances(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an Amazon Web Services
Region.
|
default ListNotebookInstancesResponse |
SageMakerClient.listNotebookInstances(ListNotebookInstancesRequest listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an Amazon Web Services
Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNotebookInstancesResponse> |
SageMakerAsyncClient.listNotebookInstances()
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an Amazon Web Services
Region.
|
default CompletableFuture<ListNotebookInstancesResponse> |
SageMakerAsyncClient.listNotebookInstances(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an Amazon Web Services
Region.
|
default CompletableFuture<ListNotebookInstancesResponse> |
SageMakerAsyncClient.listNotebookInstances(ListNotebookInstancesRequest listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an Amazon Web Services
Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListNotebookInstancesResponse> |
ListNotebookInstancesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotebookInstancesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListNotebookInstancesResponse> subscriber) |
Copyright © 2021. All rights reserved.