Class: Aws::SageMaker::Types::PipelineExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PipelineExecutionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A pipeline execution summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline execution.
-
#pipeline_execution_description ⇒ String
The description of the pipeline execution.
-
#pipeline_execution_display_name ⇒ String
The display name of the pipeline execution.
-
#pipeline_execution_failure_reason ⇒ String
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
-
#pipeline_execution_status ⇒ String
The status of the pipeline execution.
-
#start_time ⇒ Time
The start time of the pipeline execution.
Instance Attribute Details
#pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline execution.
36621 36622 36623 36624 36625 36626 36627 36628 36629 36630 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36621 class PipelineExecutionSummary < Struct.new( :pipeline_execution_arn, :start_time, :pipeline_execution_status, :pipeline_execution_description, :pipeline_execution_display_name, :pipeline_execution_failure_reason) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_description ⇒ String
The description of the pipeline execution.
36621 36622 36623 36624 36625 36626 36627 36628 36629 36630 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36621 class PipelineExecutionSummary < Struct.new( :pipeline_execution_arn, :start_time, :pipeline_execution_status, :pipeline_execution_description, :pipeline_execution_display_name, :pipeline_execution_failure_reason) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_display_name ⇒ String
The display name of the pipeline execution.
36621 36622 36623 36624 36625 36626 36627 36628 36629 36630 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36621 class PipelineExecutionSummary < Struct.new( :pipeline_execution_arn, :start_time, :pipeline_execution_status, :pipeline_execution_description, :pipeline_execution_display_name, :pipeline_execution_failure_reason) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_failure_reason ⇒ String
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
36621 36622 36623 36624 36625 36626 36627 36628 36629 36630 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36621 class PipelineExecutionSummary < Struct.new( :pipeline_execution_arn, :start_time, :pipeline_execution_status, :pipeline_execution_description, :pipeline_execution_display_name, :pipeline_execution_failure_reason) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_status ⇒ String
The status of the pipeline execution.
36621 36622 36623 36624 36625 36626 36627 36628 36629 36630 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36621 class PipelineExecutionSummary < Struct.new( :pipeline_execution_arn, :start_time, :pipeline_execution_status, :pipeline_execution_description, :pipeline_execution_display_name, :pipeline_execution_failure_reason) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the pipeline execution.
36621 36622 36623 36624 36625 36626 36627 36628 36629 36630 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36621 class PipelineExecutionSummary < Struct.new( :pipeline_execution_arn, :start_time, :pipeline_execution_status, :pipeline_execution_description, :pipeline_execution_display_name, :pipeline_execution_failure_reason) SENSITIVE = [] include Aws::Structure end |