Class: Aws::SageMaker::Types::SelectiveExecutionResult

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

Overview

The ARN from an execution of the current pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_pipeline_execution_arnString

The ARN from an execution of the current pipeline.

Returns:

  • (String)


38730
38731
38732
38733
38734
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38730

class SelectiveExecutionResult < Struct.new(
  :source_pipeline_execution_arn)
  SENSITIVE = []
  include Aws::Structure
end