Class: Aws::SageMaker::Types::PipelineSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PipelineSummary
- Defined in:
- gems/aws-sdk-sagemaker/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.
36856 36857 36858 36859 36860 36861 36862 36863 36864 36865 36866 36867 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36856 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.
36856 36857 36858 36859 36860 36861 36862 36863 36864 36865 36866 36867 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36856 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.
36856 36857 36858 36859 36860 36861 36862 36863 36864 36865 36866 36867 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36856 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.
36856 36857 36858 36859 36860 36861 36862 36863 36864 36865 36866 36867 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36856 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.
36856 36857 36858 36859 36860 36861 36862 36863 36864 36865 36866 36867 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36856 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.
36856 36857 36858 36859 36860 36861 36862 36863 36864 36865 36866 36867 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36856 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.
36856 36857 36858 36859 36860 36861 36862 36863 36864 36865 36866 36867 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36856 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.
36856 36857 36858 36859 36860 36861 36862 36863 36864 36865 36866 36867 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36856 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 |