| 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 |
|---|---|
CreateNotebookInstanceLifecycleConfigRequest |
CreateNotebookInstanceLifecycleConfigRequest.clone() |
CreateNotebookInstanceLifecycleConfigRequest |
CreateNotebookInstanceLifecycleConfigRequest.withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
CreateNotebookInstanceLifecycleConfigRequest |
CreateNotebookInstanceLifecycleConfigRequest.withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
A shell script that runs only once, when you create a notebook instance.
|
CreateNotebookInstanceLifecycleConfigRequest |
CreateNotebookInstanceLifecycleConfigRequest.withOnCreate(NotebookInstanceLifecycleHook... onCreate)
A shell script that runs only once, when you create a notebook instance.
|
CreateNotebookInstanceLifecycleConfigRequest |
CreateNotebookInstanceLifecycleConfigRequest.withOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
CreateNotebookInstanceLifecycleConfigRequest |
CreateNotebookInstanceLifecycleConfigRequest.withOnStart(NotebookInstanceLifecycleHook... onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
Copyright © 2018. All rights reserved.