Class: Aws::Types::ExperimentConfig
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
-
#run_name ⇒ ::String
Returns the value of attribute run_name.
-
#trial_component_display_name ⇒ ::String
Returns the value of attribute trial_component_display_name.
-
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
Instance Attribute Details
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
5885 5886 5887 |
# File 'sig/types.rbs', line 5885 def experiment_name @experiment_name end |
#run_name ⇒ ::String
Returns the value of attribute run_name.
5888 5889 5890 |
# File 'sig/types.rbs', line 5888 def run_name @run_name end |
#trial_component_display_name ⇒ ::String
Returns the value of attribute trial_component_display_name.
5887 5888 5889 |
# File 'sig/types.rbs', line 5887 def trial_component_display_name @trial_component_display_name end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
5886 5887 5888 |
# File 'sig/types.rbs', line 5886 def trial_name @trial_name end |