| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators | |
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNotebookInstancesResponse> |
SageMakerAsyncClient.listNotebookInstances(ListNotebookInstancesRequest listNotebookInstancesRequest)
Returns a list of the 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 SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
|
default ListNotebookInstancesPublisher |
SageMakerAsyncClient.listNotebookInstancesPaginator(ListNotebookInstancesRequest listNotebookInstancesRequest)
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
|
default ListNotebookInstancesIterable |
SageMakerClient.listNotebookInstancesPaginator(ListNotebookInstancesRequest listNotebookInstancesRequest)
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
|
| Constructor and Description |
|---|
ListNotebookInstancesIterable(SageMakerClient client,
ListNotebookInstancesRequest firstRequest) |
ListNotebookInstancesPublisher(SageMakerAsyncClient client,
ListNotebookInstancesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListNotebookInstancesRequestMarshaller.marshall(ListNotebookInstancesRequest listNotebookInstancesRequest) |
Copyright © 2023. All rights reserved.