Class: Aws::SageMaker::Types::TrialComponentSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialComponentSource
- Defined in:
- gems/aws-sdk-sagemaker/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).
44742 44743 44744 44745 44746 44747 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44742 class TrialComponentSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The source job type.
44742 44743 44744 44745 44746 44747 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44742 class TrialComponentSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end |