Class: Aws::SageMaker::Types::TrialComponentSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialComponentSource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The Amazon Resource Name (ARN) and job type of the source of a trial component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_arn ⇒ String
The source Amazon Resource Name (ARN).
-
#source_type ⇒ String
The source job type.
Instance Attribute Details
#source_arn ⇒ String
The source Amazon Resource Name (ARN).
44640 44641 44642 44643 44644 44645 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 44640 class TrialComponentSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The source job type.
44640 44641 44642 44643 44644 44645 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 44640 class TrialComponentSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end |