| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListNotebookInstanceLifecycleConfigsResponse |
SageMakerClient.listNotebookInstanceLifecycleConfigs()
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsResponse |
SageMakerClient.listNotebookInstanceLifecycleConfigs(Consumer<ListNotebookInstanceLifecycleConfigsRequest.Builder> listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsResponse |
SageMakerClient.listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListNotebookInstanceLifecycleConfigsResponse> |
ListNotebookInstanceLifecycleConfigsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotebookInstanceLifecycleConfigsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListNotebookInstanceLifecycleConfigsResponse> subscriber) |
Copyright © 2022. All rights reserved.