Class: Aws::SageMaker::Types::UpdateNotebookInstanceLifecycleConfigInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_instance_lifecycle_config_nameString

The name of the lifecycle configuration.

Returns:

  • (String)


44075
44076
44077
44078
44079
44080
44081
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44075

class UpdateNotebookInstanceLifecycleConfigInput < Struct.new(
  :notebook_instance_lifecycle_config_name,
  :on_create,
  :on_start)
  SENSITIVE = []
  include Aws::Structure
end

#on_createArray<Types::NotebookInstanceLifecycleHook>

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



44075
44076
44077
44078
44079
44080
44081
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44075

class UpdateNotebookInstanceLifecycleConfigInput < Struct.new(
  :notebook_instance_lifecycle_config_name,
  :on_create,
  :on_start)
  SENSITIVE = []
  include Aws::Structure
end

#on_startArray<Types::NotebookInstanceLifecycleHook>

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.



44075
44076
44077
44078
44079
44080
44081
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44075

class UpdateNotebookInstanceLifecycleConfigInput < Struct.new(
  :notebook_instance_lifecycle_config_name,
  :on_create,
  :on_start)
  SENSITIVE = []
  include Aws::Structure
end