| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default ListNotebookInstancesResponse |
SageMakerClient.listNotebookInstances(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
|
default CompletableFuture<ListNotebookInstancesResponse> |
SageMakerAsyncClient.listNotebookInstances(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
|
default ListNotebookInstancesIterable |
SageMakerClient.listNotebookInstancesPaginator(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
|
default ListNotebookInstancesPublisher |
SageMakerAsyncClient.listNotebookInstancesPaginator(Consumer<ListNotebookInstancesRequest.Builder> 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 |
|---|---|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.additionalCodeRepositoryEquals(String additionalCodeRepositoryEquals)
A filter that returns only notebook instances with associated with the specified git repository.
|
static ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.builder() |
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.creationTimeAfter(Instant creationTimeAfter)
A filter that returns only notebook instances that were created after the specified time (timestamp).
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.creationTimeBefore(Instant creationTimeBefore)
A filter that returns only notebook instances that were created before the specified time (timestamp).
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.defaultCodeRepositoryContains(String defaultCodeRepositoryContains)
A string in the name or URL of a Git repository associated with this notebook instance.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only notebook instances that were modified after the specified time (timestamp).
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only notebook instances that were modified before the specified time (timestamp).
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.maxResults(Integer maxResults)
The maximum number of notebook instances to return.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.nameContains(String nameContains)
A string in the notebook instances' name.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.nextToken(String nextToken)
If the previous call to the
ListNotebookInstances is truncated, the response includes a
NextToken. |
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.notebookInstanceLifecycleConfigNameContains(String notebookInstanceLifecycleConfigNameContains)
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.sortBy(NotebookInstanceSortKey sortBy)
The field to sort results by.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.sortBy(String sortBy)
The field to sort results by.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.sortOrder(NotebookInstanceSortOrder sortOrder)
The sort order for results.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.sortOrder(String sortOrder)
The sort order for results.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.statusEquals(NotebookInstanceStatus statusEquals)
A filter that returns only notebook instances with the specified status.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.statusEquals(String statusEquals)
A filter that returns only notebook instances with the specified status.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotebookInstancesRequest.Builder> |
ListNotebookInstancesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.