Class: Aws::SageMaker::Types::PipelineSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PipelineSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A summary of a pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the pipeline.
-
#last_execution_time ⇒ Time
The last time that a pipeline execution began.
-
#last_modified_time ⇒ Time
The time that the pipeline was last modified.
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
-
#pipeline_description ⇒ String
The description of the pipeline.
-
#pipeline_display_name ⇒ String
The display name of the pipeline.
-
#pipeline_name ⇒ String
The name of the pipeline.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) that the pipeline used to execute.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the pipeline.
36754 36755 36756 36757 36758 36759 36760 36761 36762 36763 36764 36765 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36754 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end |
#last_execution_time ⇒ Time
The last time that a pipeline execution began.
36754 36755 36756 36757 36758 36759 36760 36761 36762 36763 36764 36765 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36754 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time that the pipeline was last modified.
36754 36755 36756 36757 36758 36759 36760 36761 36762 36763 36764 36765 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36754 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end |
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
36754 36755 36756 36757 36758 36759 36760 36761 36762 36763 36764 36765 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36754 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end |
#pipeline_description ⇒ String
The description of the pipeline.
36754 36755 36756 36757 36758 36759 36760 36761 36762 36763 36764 36765 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36754 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end |
#pipeline_display_name ⇒ String
The display name of the pipeline.
36754 36755 36756 36757 36758 36759 36760 36761 36762 36763 36764 36765 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36754 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the pipeline.
36754 36755 36756 36757 36758 36759 36760 36761 36762 36763 36764 36765 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36754 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) that the pipeline used to execute.
36754 36755 36756 36757 36758 36759 36760 36761 36762 36763 36764 36765 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36754 class PipelineSummary < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :creation_time, :last_modified_time, :last_execution_time) SENSITIVE = [] include Aws::Structure end |