Class: Aws::Types::Trial
- Inherits:
-
Object
- Object
- Aws::Types::Trial
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
-
#source ⇒ Types::TrialSource
Returns the value of attribute source.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#trial_arn ⇒ ::String
Returns the value of attribute trial_arn.
-
#trial_component_summaries ⇒ ::Array[Types::TrialComponentSimpleSummary]
Returns the value of attribute trial_component_summaries.
-
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
11672 11673 11674 |
# File 'sig/types.rbs', line 11672 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11671 11672 11673 |
# File 'sig/types.rbs', line 11671 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
11668 11669 11670 |
# File 'sig/types.rbs', line 11668 def display_name @display_name end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
11669 11670 11671 |
# File 'sig/types.rbs', line 11669 def experiment_name @experiment_name end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
11674 11675 11676 |
# File 'sig/types.rbs', line 11674 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11673 11674 11675 |
# File 'sig/types.rbs', line 11673 def last_modified_time @last_modified_time end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
11675 11676 11677 |
# File 'sig/types.rbs', line 11675 def @metadata_properties end |
#source ⇒ Types::TrialSource
Returns the value of attribute source.
11670 11671 11672 |
# File 'sig/types.rbs', line 11670 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11676 11677 11678 |
# File 'sig/types.rbs', line 11676 def @tags end |
#trial_arn ⇒ ::String
Returns the value of attribute trial_arn.
11667 11668 11669 |
# File 'sig/types.rbs', line 11667 def trial_arn @trial_arn end |
#trial_component_summaries ⇒ ::Array[Types::TrialComponentSimpleSummary]
Returns the value of attribute trial_component_summaries.
11677 11678 11679 |
# File 'sig/types.rbs', line 11677 def trial_component_summaries @trial_component_summaries end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
11666 11667 11668 |
# File 'sig/types.rbs', line 11666 def trial_name @trial_name end |