| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstancesResult |
AbstractAmazonSageMaker.listNotebookInstances(ListNotebookInstancesRequest request) |
ListNotebookInstancesResult |
AmazonSageMakerClient.listNotebookInstances(ListNotebookInstancesRequest request)
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
|
ListNotebookInstancesResult |
AmazonSageMaker.listNotebookInstances(ListNotebookInstancesRequest listNotebookInstancesRequest)
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListNotebookInstancesResult> |
AbstractAmazonSageMakerAsync.listNotebookInstancesAsync(ListNotebookInstancesRequest request,
AsyncHandler<ListNotebookInstancesRequest,ListNotebookInstancesResult> asyncHandler) |
Future<ListNotebookInstancesResult> |
AmazonSageMakerAsyncClient.listNotebookInstancesAsync(ListNotebookInstancesRequest request,
AsyncHandler<ListNotebookInstancesRequest,ListNotebookInstancesResult> asyncHandler) |
Future<ListNotebookInstancesResult> |
AmazonSageMakerAsync.listNotebookInstancesAsync(ListNotebookInstancesRequest listNotebookInstancesRequest,
AsyncHandler<ListNotebookInstancesRequest,ListNotebookInstancesResult> asyncHandler)
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstancesResult |
ListNotebookInstancesResult.clone() |
ListNotebookInstancesResult |
ListNotebookInstancesResult.withNextToken(String nextToken)
If the response to the previous
ListNotebookInstances request was truncated, SageMaker returns this
token. |
ListNotebookInstancesResult |
ListNotebookInstancesResult.withNotebookInstances(Collection<NotebookInstanceSummary> notebookInstances)
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
ListNotebookInstancesResult |
ListNotebookInstancesResult.withNotebookInstances(NotebookInstanceSummary... notebookInstances)
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
Copyright © 2024. All rights reserved.