Class: Aws::Types::CreateTrialRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrialRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
-
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
2979 2980 2981 |
# File 'sig/types.rbs', line 2979 def display_name @display_name end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
2980 2981 2982 |
# File 'sig/types.rbs', line 2980 def experiment_name @experiment_name end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
2981 2982 2983 |
# File 'sig/types.rbs', line 2981 def @metadata_properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def @tags end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
2978 2979 2980 |
# File 'sig/types.rbs', line 2978 def trial_name @trial_name end |