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.
38219 38220 38221 38222 38223 38224 38225 38226 38227 38228 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38219 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.
38219 38220 38221 38222 38223 38224 38225 38226 38227 38228 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38219 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.
38219 38220 38221 38222 38223 38224 38225 38226 38227 38228 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38219 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.
38219 38220 38221 38222 38223 38224 38225 38226 38227 38228 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38219 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.
38219 38220 38221 38222 38223 38224 38225 38226 38227 38228 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38219 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.
38219 38220 38221 38222 38223 38224 38225 38226 38227 38228 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38219 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 |