Class: Aws::SageMaker::Types::DescribeNotebookInstanceLifecycleConfigOutput

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

#creation_timeTime

A timestamp that tells when the lifecycle configuration was created.

Returns:

  • (Time)


15586
15587
15588
15589
15590
15591
15592
15593
15594
15595
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15586

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_timeTime

A timestamp that tells when the lifecycle configuration was last modified.

Returns:

  • (Time)


15586
15587
15588
15589
15590
15591
15592
15593
15594
15595
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15586

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_arnString

The Amazon Resource Name (ARN) of the lifecycle configuration.

Returns:

  • (String)


15586
15587
15588
15589
15590
15591
15592
15593
15594
15595
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15586

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_nameString

The name of the lifecycle configuration.

Returns:

  • (String)


15586
15587
15588
15589
15590
15591
15592
15593
15594
15595
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15586

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_createArray<Types::NotebookInstanceLifecycleHook>

The shell script that runs only once, when you create a notebook instance.



15586
15587
15588
15589
15590
15591
15592
15593
15594
15595
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15586

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_startArray<Types::NotebookInstanceLifecycleHook>

The shell script that runs every time you start a notebook instance, including when you create the notebook instance.



15586
15587
15588
15589
15590
15591
15592
15593
15594
15595
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15586

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