| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<NotebookInstanceSummary> |
ListNotebookInstancesResponse.notebookInstances()
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstancesResponse.Builder |
ListNotebookInstancesResponse.Builder.notebookInstances(NotebookInstanceSummary... notebookInstances)
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstancesResponse.Builder |
ListNotebookInstancesResponse.Builder.notebookInstances(Collection<NotebookInstanceSummary> notebookInstances)
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NotebookInstanceSummary> |
ListNotebookInstancesPublisher.notebookInstances()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NotebookInstanceSummary> |
ListNotebookInstancesIterable.notebookInstances()
Returns an iterable to iterate through the paginated
ListNotebookInstancesResponse.notebookInstances()
member. |
Copyright © 2022. All rights reserved.