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

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

Overview

Detailed information about the source of a trial component. Either ProcessingJob or TrainingJob is returned.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#processing_jobTypes::ProcessingJob

Information about a processing job that's the source of a trial component.



42342
42343
42344
42345
42346
42347
42348
42349
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42342

class TrialComponentSourceDetail < Struct.new(
  :source_arn,
  :training_job,
  :processing_job,
  :transform_job)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The Amazon Resource Name (ARN) of the source.

Returns:

  • (String)


42342
42343
42344
42345
42346
42347
42348
42349
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42342

class TrialComponentSourceDetail < Struct.new(
  :source_arn,
  :training_job,
  :processing_job,
  :transform_job)
  SENSITIVE = []
  include Aws::Structure
end

#training_jobTypes::TrainingJob

Information about a training job that's the source of a trial component.

Returns:



42342
42343
42344
42345
42346
42347
42348
42349
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42342

class TrialComponentSourceDetail < Struct.new(
  :source_arn,
  :training_job,
  :processing_job,
  :transform_job)
  SENSITIVE = []
  include Aws::Structure
end

#transform_jobTypes::TransformJob

Information about a transform job that's the source of a trial component.

Returns:



42342
42343
42344
42345
42346
42347
42348
42349
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42342

class TrialComponentSourceDetail < Struct.new(
  :source_arn,
  :training_job,
  :processing_job,
  :transform_job)
  SENSITIVE = []
  include Aws::Structure
end