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)


34942
34943
34944
34945
34946
34947
34948
34949
34950
34951
# File 'lib/aws-sdk-sagemaker/types.rb', line 34942

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)


34942
34943
34944
34945
34946
34947
34948
34949
34950
34951
# File 'lib/aws-sdk-sagemaker/types.rb', line 34942

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)


34942
34943
34944
34945
34946
34947
34948
34949
34950
34951
# File 'lib/aws-sdk-sagemaker/types.rb', line 34942

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)


34942
34943
34944
34945
34946
34947
34948
34949
34950
34951
# File 'lib/aws-sdk-sagemaker/types.rb', line 34942

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)


34942
34943
34944
34945
34946
34947
34948
34949
34950
34951
# File 'lib/aws-sdk-sagemaker/types.rb', line 34942

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)


34942
34943
34944
34945
34946
34947
34948
34949
34950
34951
# File 'lib/aws-sdk-sagemaker/types.rb', line 34942

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