Class: Aws::SageMaker::Types::TrialComponentSource

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

Overview

The source of the trial component.

Instance Attribute Summary collapse

Instance Attribute Details

#source_arnString

The Amazon Resource Name (ARN) of the source.

Returns:

  • (String)


19349
19350
19351
19352
19353
# File 'lib/aws-sdk-sagemaker/types.rb', line 19349

class TrialComponentSource < Struct.new(
  :source_arn,
  :source_type)
  include Aws::Structure
end

#source_typeString

The source job type.

Returns:

  • (String)


19349
19350
19351
19352
19353
# File 'lib/aws-sdk-sagemaker/types.rb', line 19349

class TrialComponentSource < Struct.new(
  :source_arn,
  :source_type)
  include Aws::Structure
end