Class: Aws::SageMaker::Types::TrialComponentSourceDetail

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

Overview

Detailed information about the source of a trial component.

Instance Attribute Summary collapse

Instance Attribute Details

#source_arnString

The Amazon Resource Name (ARN) of the source.

Returns:

  • (String)


19367
19368
19369
19370
19371
# File 'lib/aws-sdk-sagemaker/types.rb', line 19367

class TrialComponentSourceDetail < Struct.new(
  :source_arn,
  :training_job)
  include Aws::Structure
end

#training_jobTypes::TrainingJob

Contains information about a training job.

Returns:



19367
19368
19369
19370
19371
# File 'lib/aws-sdk-sagemaker/types.rb', line 19367

class TrialComponentSourceDetail < Struct.new(
  :source_arn,
  :training_job)
  include Aws::Structure
end