Class: Aws::SageMaker::Types::TrialSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialSource
- Includes:
- Aws::Structure
- Defined in:
- 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.
46811 46812 46813 46814 46815 46816 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46811 class TrialSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The source job type.
46811 46812 46813 46814 46815 46816 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46811 class TrialSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end |