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. 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.



39946
39947
39948
39949
39950
39951
39952
39953
# File 'lib/aws-sdk-sagemaker/types.rb', line 39946

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)


39946
39947
39948
39949
39950
39951
39952
39953
# File 'lib/aws-sdk-sagemaker/types.rb', line 39946

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:



39946
39947
39948
39949
39950
39951
39952
39953
# File 'lib/aws-sdk-sagemaker/types.rb', line 39946

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:



39946
39947
39948
39949
39950
39951
39952
39953
# File 'lib/aws-sdk-sagemaker/types.rb', line 39946

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