| 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 |
|---|---|
ListNotebookInstanceLifecycleConfigsResult |
AbstractAmazonSageMaker.listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest request) |
ListNotebookInstanceLifecycleConfigsResult |
AmazonSageMakerClient.listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest request)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.
|
ListNotebookInstanceLifecycleConfigsResult |
AmazonSageMaker.listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstanceLifecycleConfigsResult |
ListNotebookInstanceLifecycleConfigsResult.clone() |
ListNotebookInstanceLifecycleConfigsResult |
ListNotebookInstanceLifecycleConfigsResult.withNextToken(String nextToken)
If the response is truncated, 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 © 2023. All rights reserved.