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.
      38235 38236 38237 38238 38239 38240 38241 38242 38243 38244  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38235 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.
      38235 38236 38237 38238 38239 38240 38241 38242 38243 38244  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38235 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.
      38235 38236 38237 38238 38239 38240 38241 38242 38243 38244  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38235 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.
      38235 38236 38237 38238 38239 38240 38241 38242 38243 38244  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38235 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.
      38235 38236 38237 38238 38239 38240 38241 38242 38243 38244  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38235 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.
      38235 38236 38237 38238 38239 38240 38241 38242 38243 38244  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38235 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  |