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.
11756 11757 11758 |
# File 'sig/types.rbs', line 11756 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11755 11756 11757 |
# File 'sig/types.rbs', line 11755 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
11752 11753 11754 |
# File 'sig/types.rbs', line 11752 def display_name @display_name end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
11753 11754 11755 |
# File 'sig/types.rbs', line 11753 def experiment_name @experiment_name end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
11758 11759 11760 |
# File 'sig/types.rbs', line 11758 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11757 11758 11759 |
# File 'sig/types.rbs', line 11757 def last_modified_time @last_modified_time end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
11759 11760 11761 |
# File 'sig/types.rbs', line 11759 def end |
#source ⇒ Types::TrialSource
Returns the value of attribute source.
11754 11755 11756 |
# File 'sig/types.rbs', line 11754 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11760 11761 11762 |
# File 'sig/types.rbs', line 11760 def end |
#trial_arn ⇒ ::String
Returns the value of attribute trial_arn.
11751 11752 11753 |
# File 'sig/types.rbs', line 11751 def trial_arn @trial_arn end |
#trial_component_summaries ⇒ ::Array[Types::TrialComponentSimpleSummary]
Returns the value of attribute trial_component_summaries.
11761 11762 11763 |
# File 'sig/types.rbs', line 11761 def trial_component_summaries @trial_component_summaries end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
11750 11751 11752 |
# File 'sig/types.rbs', line 11750 def trial_name @trial_name end |