Class: Aws::SageMaker::Types::TrialSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialSource
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The source of the trial.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
-
#source_type ⇒ String
The source job type.
Instance Attribute Details
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
44891 44892 44893 44894 44895 44896 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44891 class TrialSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The source job type.
44891 44892 44893 44894 44895 44896 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44891 class TrialSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end |