sagemaker_update_notebook_instance_lifecycle_config: Updates a notebook instance lifecycle configuration created...

View source: R/sagemaker_operations.R

sagemaker_update_notebook_instance_lifecycle_configR Documentation

Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API

Description

Updates a notebook instance lifecycle configuration created with the create_notebook_instance_lifecycle_config API.

See https://www.paws-r-sdk.com/docs/sagemaker_update_notebook_instance_lifecycle_config/ for full documentation.

Usage

sagemaker_update_notebook_instance_lifecycle_config(
  NotebookInstanceLifecycleConfigName,
  OnCreate = NULL,
  OnStart = NULL
)

Arguments

NotebookInstanceLifecycleConfigName

[required] The name of the lifecycle configuration.

OnCreate

The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.

OnStart

The shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.


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