sagemaker_create_studio_lifecycle_config: Creates a new Studio Lifecycle Configuration

View source: R/sagemaker_operations.R

sagemaker_create_studio_lifecycle_configR Documentation

Creates a new Studio Lifecycle Configuration

Description

Creates a new 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 Studio Lifecycle Configuration to create.

StudioLifecycleConfigContent

[required] The content of your 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.