Class: Aws::SageMaker::Types::PipelineExecutionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A pipeline execution summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_arnString

The Amazon Resource Name (ARN) of the pipeline execution.

Returns:

  • (String)


34687
34688
34689
34690
34691
34692
34693
34694
34695
34696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34687

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_descriptionString

The description of the pipeline execution.

Returns:

  • (String)


34687
34688
34689
34690
34691
34692
34693
34694
34695
34696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34687

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_nameString

The display name of the pipeline execution.

Returns:

  • (String)


34687
34688
34689
34690
34691
34692
34693
34694
34695
34696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34687

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_reasonString

A message generated by SageMaker Pipelines describing why the pipeline execution failed.

Returns:

  • (String)


34687
34688
34689
34690
34691
34692
34693
34694
34695
34696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34687

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_statusString

The status of the pipeline execution.

Returns:

  • (String)


34687
34688
34689
34690
34691
34692
34693
34694
34695
34696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34687

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_timeTime

The start time of the pipeline execution.

Returns:

  • (Time)


34687
34688
34689
34690
34691
34692
34693
34694
34695
34696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34687

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