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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


34717
34718
34719
34720
34721
34722
34723
34724
34725
34726
# File 'lib/aws-sdk-sagemaker/types.rb', line 34717

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)


34717
34718
34719
34720
34721
34722
34723
34724
34725
34726
# File 'lib/aws-sdk-sagemaker/types.rb', line 34717

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)


34717
34718
34719
34720
34721
34722
34723
34724
34725
34726
# File 'lib/aws-sdk-sagemaker/types.rb', line 34717

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)


34717
34718
34719
34720
34721
34722
34723
34724
34725
34726
# File 'lib/aws-sdk-sagemaker/types.rb', line 34717

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)


34717
34718
34719
34720
34721
34722
34723
34724
34725
34726
# File 'lib/aws-sdk-sagemaker/types.rb', line 34717

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)


34717
34718
34719
34720
34721
34722
34723
34724
34725
34726
# File 'lib/aws-sdk-sagemaker/types.rb', line 34717

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