View source: R/sagemaker_operations.R
sagemaker_create_studio_lifecycle_config | R Documentation |
Creates a new Amazon SageMaker Studio Lifecycle Configuration.
See https://www.paws-r-sdk.com/docs/sagemaker_create_studio_lifecycle_config/ for full documentation.
sagemaker_create_studio_lifecycle_config(
StudioLifecycleConfigName,
StudioLifecycleConfigContent,
StudioLifecycleConfigAppType,
Tags = NULL
)
StudioLifecycleConfigName |
[required] The name of the Amazon SageMaker Studio Lifecycle Configuration to create. |
StudioLifecycleConfigContent |
[required] The content of your Amazon SageMaker Studio Lifecycle Configuration script. This content must be base64 encoded. |
StudioLifecycleConfigAppType |
[required] The App type that the Lifecycle Configuration is attached to. |
Tags |
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.