| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| 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. |
Copyright © 2019. All rights reserved.