You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::TrialComponentSourceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialComponentSourceDetail
- Defined in:
- (unknown)
Overview
Detailed information about the source of a trial component. Either ProcessingJob
or TrainingJob
is returned.
Returned by:
Instance Attribute Summary collapse
-
#processing_job ⇒ Types::ProcessingJob
Information about a processing job that\'s the source of a trial component.
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
-
#training_job ⇒ Types::TrainingJob
Information about a training job that\'s the source of a trial component.
-
#transform_job ⇒ Types::TransformJob
Information about a transform job that\'s the source of a trial component.
Instance Attribute Details
#processing_job ⇒ Types::ProcessingJob
Information about a processing job that\'s the source of a trial component.
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
#training_job ⇒ Types::TrainingJob
Information about a training job that\'s the source of a trial component.
#transform_job ⇒ Types::TransformJob
Information about a transform job that\'s the source of a trial component.