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.
17450 17451 17452 17453 17454 17455 17456 17457 17458 17459 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17450 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.
17450 17451 17452 17453 17454 17455 17456 17457 17458 17459 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17450 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.
17450 17451 17452 17453 17454 17455 17456 17457 17458 17459 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17450 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.
17450 17451 17452 17453 17454 17455 17456 17457 17458 17459 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17450 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.
17450 17451 17452 17453 17454 17455 17456 17457 17458 17459 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17450 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.
17450 17451 17452 17453 17454 17455 17456 17457 17458 17459 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17450 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 |