Class: Aws::SageMaker::Types::TrialComponentSourceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialComponentSourceDetail
- 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
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
-
#training_job ⇒ Types::TrainingJob
Contains information about a training job.
Instance Attribute Details
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
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_job ⇒ Types::TrainingJob
Contains information about a training job.
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 |