Class: Aws::SageMaker::Types::PipelineVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PipelineVersionSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The summary of the pipeline version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the pipeline version.
-
#last_execution_pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
-
#pipeline_version_description ⇒ String
The description of the pipeline version.
-
#pipeline_version_display_name ⇒ String
The display name of the pipeline version.
-
#pipeline_version_id ⇒ Integer
The ID of the pipeline version.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the pipeline version.
39670 39671 39672 39673 39674 39675 39676 39677 39678 39679 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39670 class PipelineVersionSummary < Struct.new( :pipeline_arn, :pipeline_version_id, :creation_time, :pipeline_version_description, :pipeline_version_display_name, :last_execution_pipeline_execution_arn) SENSITIVE = [] include Aws::Structure end |
#last_execution_pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.
39670 39671 39672 39673 39674 39675 39676 39677 39678 39679 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39670 class PipelineVersionSummary < Struct.new( :pipeline_arn, :pipeline_version_id, :creation_time, :pipeline_version_description, :pipeline_version_display_name, :last_execution_pipeline_execution_arn) SENSITIVE = [] include Aws::Structure end |
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
39670 39671 39672 39673 39674 39675 39676 39677 39678 39679 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39670 class PipelineVersionSummary < Struct.new( :pipeline_arn, :pipeline_version_id, :creation_time, :pipeline_version_description, :pipeline_version_display_name, :last_execution_pipeline_execution_arn) SENSITIVE = [] include Aws::Structure end |
#pipeline_version_description ⇒ String
The description of the pipeline version.
39670 39671 39672 39673 39674 39675 39676 39677 39678 39679 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39670 class PipelineVersionSummary < Struct.new( :pipeline_arn, :pipeline_version_id, :creation_time, :pipeline_version_description, :pipeline_version_display_name, :last_execution_pipeline_execution_arn) SENSITIVE = [] include Aws::Structure end |
#pipeline_version_display_name ⇒ String
The display name of the pipeline version.
39670 39671 39672 39673 39674 39675 39676 39677 39678 39679 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39670 class PipelineVersionSummary < Struct.new( :pipeline_arn, :pipeline_version_id, :creation_time, :pipeline_version_description, :pipeline_version_display_name, :last_execution_pipeline_execution_arn) SENSITIVE = [] include Aws::Structure end |
#pipeline_version_id ⇒ Integer
The ID of the pipeline version.
39670 39671 39672 39673 39674 39675 39676 39677 39678 39679 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39670 class PipelineVersionSummary < Struct.new( :pipeline_arn, :pipeline_version_id, :creation_time, :pipeline_version_description, :pipeline_version_display_name, :last_execution_pipeline_execution_arn) SENSITIVE = [] include Aws::Structure end |