| 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 |
|---|---|
ListNotebookInstanceLifecycleConfigsResult |
AmazonSageMaker.listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the API.
|
ListNotebookInstanceLifecycleConfigsResult |
AmazonSageMakerClient.listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest request)
Lists notebook instance lifestyle configurations created with the API.
|
ListNotebookInstanceLifecycleConfigsResult |
AbstractAmazonSageMaker.listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstanceLifecycleConfigsResult |
ListNotebookInstanceLifecycleConfigsResult.clone() |
ListNotebookInstanceLifecycleConfigsResult |
ListNotebookInstanceLifecycleConfigsResult.withNextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
ListNotebookInstanceLifecycleConfigsResult |
ListNotebookInstanceLifecycleConfigsResult.withNotebookInstanceLifecycleConfigs(Collection<NotebookInstanceLifecycleConfigSummary> notebookInstanceLifecycleConfigs)
An array of
NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration. |
ListNotebookInstanceLifecycleConfigsResult |
ListNotebookInstanceLifecycleConfigsResult.withNotebookInstanceLifecycleConfigs(NotebookInstanceLifecycleConfigSummary... notebookInstanceLifecycleConfigs)
An array of
NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration. |
Copyright © 2018. All rights reserved.