| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnNotebookInstanceLifecycleConfig.Builder |
CfnNotebookInstanceLifecycleConfig.Builder.create(software.constructs.Construct scope,
String id) |
CfnNotebookInstanceLifecycleConfig.Builder |
CfnNotebookInstanceLifecycleConfig.Builder.notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
CfnNotebookInstanceLifecycleConfig.Builder |
CfnNotebookInstanceLifecycleConfig.Builder.onCreate(IResolvable onCreate)
A shell script that runs only once, when you create a notebook instance.
|
CfnNotebookInstanceLifecycleConfig.Builder |
CfnNotebookInstanceLifecycleConfig.Builder.onCreate(List<? extends Object> onCreate)
A shell script that runs only once, when you create a notebook instance.
|
CfnNotebookInstanceLifecycleConfig.Builder |
CfnNotebookInstanceLifecycleConfig.Builder.onStart(IResolvable onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook instance.
|
CfnNotebookInstanceLifecycleConfig.Builder |
CfnNotebookInstanceLifecycleConfig.Builder.onStart(List<? extends Object> onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook instance.
|
Copyright © 2022. All rights reserved.