Class: Aws::SageMaker::Types::DescribeNotebookInstanceLifecycleConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeNotebookInstanceLifecycleConfigOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
16619 16620 16621 16622 16623 16624 16625 16626 16627 16628 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16619 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.
16619 16620 16621 16622 16623 16624 16625 16626 16627 16628 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16619 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.
16619 16620 16621 16622 16623 16624 16625 16626 16627 16628 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16619 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.
16619 16620 16621 16622 16623 16624 16625 16626 16627 16628 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16619 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.
16619 16620 16621 16622 16623 16624 16625 16626 16627 16628 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16619 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.
16619 16620 16621 16622 16623 16624 16625 16626 16627 16628 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16619 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 |