Class: Aws::SageMaker::Types::DescribeNotebookInstanceLifecycleConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeNotebookInstanceLifecycleConfigOutput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp that tells when the lifecycle configuration was created.
-
#last_modified_time ⇒ Time
A timestamp that tells when the lifecycle configuration was last modified.
-
#notebook_instance_lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the lifecycle configuration.
-
#notebook_instance_lifecycle_config_name ⇒ String
The name of the lifecycle configuration.
-
#on_create ⇒ Array<Types::NotebookInstanceLifecycleHook>
The shell script that runs only once, when you create a notebook instance.
-
#on_start ⇒ Array<Types::NotebookInstanceLifecycleHook>
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that tells when the lifecycle configuration was created.
16658 16659 16660 16661 16662 16663 16664 16665 16666 16667 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16658 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
A timestamp that tells when the lifecycle configuration was last modified.
16658 16659 16660 16661 16662 16663 16664 16665 16666 16667 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16658 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end |
#notebook_instance_lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the lifecycle configuration.
16658 16659 16660 16661 16662 16663 16664 16665 16666 16667 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16658 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end |
#notebook_instance_lifecycle_config_name ⇒ String
The name of the lifecycle configuration.
16658 16659 16660 16661 16662 16663 16664 16665 16666 16667 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16658 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end |
#on_create ⇒ Array<Types::NotebookInstanceLifecycleHook>
The shell script that runs only once, when you create a notebook instance.
16658 16659 16660 16661 16662 16663 16664 16665 16666 16667 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16658 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end |
#on_start ⇒ Array<Types::NotebookInstanceLifecycleHook>
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
16658 16659 16660 16661 16662 16663 16664 16665 16666 16667 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16658 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end |