| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Definition of the public APIs exposed by SageMaker
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.clone() |
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withMaxResults(Integer maxResults)
The maximum number of lifecycle configurations to return in the response.
|
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withNameContains(String nameContains)
A string in the lifecycle configuration name.
|
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withNextToken(String nextToken)
If the result of a
ListNotebookInstanceLifecycleConfigs request was truncated, the response includes
a NextToken. |
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withSortBy(NotebookInstanceLifecycleConfigSortKey sortBy)
Sorts the list of results.
|
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withSortBy(String sortBy)
Sorts the list of results.
|
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withSortOrder(NotebookInstanceLifecycleConfigSortOrder sortOrder)
The sort order for results.
|
ListNotebookInstanceLifecycleConfigsRequest |
ListNotebookInstanceLifecycleConfigsRequest.withSortOrder(String sortOrder)
The sort order for results.
|
Copyright © 2018. All rights reserved.