Creates a new Amazon SageMaker AI Studio Lifecycle Configuration
Source:R/sagemaker_operations.R
sagemaker_create_studio_lifecycle_config.RdCreates a new Amazon SageMaker AI Studio Lifecycle Configuration.
See https://www.paws-r-sdk.com/docs/sagemaker_create_studio_lifecycle_config/ for full documentation.
Usage
sagemaker_create_studio_lifecycle_config(
StudioLifecycleConfigName,
StudioLifecycleConfigContent,
StudioLifecycleConfigAppType,
Tags = NULL
)Arguments
- StudioLifecycleConfigName
[required] The name of the Amazon SageMaker AI Studio Lifecycle Configuration to create.
- StudioLifecycleConfigContent
[required] The content of your Amazon SageMaker AI Studio Lifecycle Configuration script. This content must be base64 encoded.
- StudioLifecycleConfigAppType
[required] The App type that the Lifecycle Configuration is attached to.
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.