Class: Aws::SageMaker::Types::Parent
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Parent
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_name ⇒ String
The name of the experiment.
-
#trial_name ⇒ String
The name of the trial.
Instance Attribute Details
#experiment_name ⇒ String
The name of the experiment.
41728 41729 41730 41731 41732 41733 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41728 class Parent < Struct.new( :trial_name, :experiment_name) SENSITIVE = [] include Aws::Structure end |
#trial_name ⇒ String
The name of the trial.
41728 41729 41730 41731 41732 41733 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41728 class Parent < Struct.new( :trial_name, :experiment_name) SENSITIVE = [] include Aws::Structure end |