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