| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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 Amazon SageMaker notebook instances in the requester's account in an Amazon Web Services
Region.
|
Future<ListNotebookInstancesResult> |
AbstractAmazonSageMakerAsync.listNotebookInstancesAsync(ListNotebookInstancesRequest request,
AsyncHandler<ListNotebookInstancesRequest,ListNotebookInstancesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.clone() |
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withAdditionalCodeRepositoryEquals(String additionalCodeRepositoryEquals)
A filter that returns only notebook instances with associated with the specified git repository.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only notebook instances that were created after the specified time (timestamp).
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only notebook instances that were created before the specified time (timestamp).
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withDefaultCodeRepositoryContains(String defaultCodeRepositoryContains)
A string in the name or URL of a Git repository associated with this notebook instance.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only notebook instances that were modified after the specified time (timestamp).
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only notebook instances that were modified before the specified time (timestamp).
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withMaxResults(Integer maxResults)
The maximum number of notebook instances to return.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withNameContains(String nameContains)
A string in the notebook instances' name.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withNextToken(String nextToken)
If the previous call to the
ListNotebookInstances is truncated, the response includes a
NextToken. |
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withNotebookInstanceLifecycleConfigNameContains(String notebookInstanceLifecycleConfigNameContains)
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withSortBy(NotebookInstanceSortKey sortBy)
The field to sort results by.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withSortBy(String sortBy)
The field to sort results by.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withSortOrder(NotebookInstanceSortOrder sortOrder)
The sort order for results.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withSortOrder(String sortOrder)
The sort order for results.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withStatusEquals(NotebookInstanceStatus statusEquals)
A filter that returns only notebook instances with the specified status.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withStatusEquals(String statusEquals)
A filter that returns only notebook instances with the specified status.
|
Copyright © 2022. All rights reserved.