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.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def display_name @display_name end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def experiment_name @experiment_name end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def @metadata_properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def @tags end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def trial_name @trial_name end |