Class: Aws::Types::TrialComponent
- Inherits:
-
Object
- Object
- Aws::Types::TrialComponent
- 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.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#input_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute input_artifacts.
-
#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.
-
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
-
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
-
#metrics ⇒ ::Array[Types::TrialComponentMetricSummary]
Returns the value of attribute metrics.
-
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
-
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
-
#parents ⇒ ::Array[Types::Parent]
Returns the value of attribute parents.
-
#run_name ⇒ ::String
Returns the value of attribute run_name.
-
#source ⇒ Types::TrialComponentSource
Returns the value of attribute source.
-
#source_detail ⇒ Types::TrialComponentSourceDetail
Returns the value of attribute source_detail.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
-
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
11774 11775 11776 |
# File 'sig/types.rbs', line 11774 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11773 11774 11775 |
# File 'sig/types.rbs', line 11773 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
11767 11768 11769 |
# File 'sig/types.rbs', line 11767 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
11772 11773 11774 |
# File 'sig/types.rbs', line 11772 def end_time @end_time end |
#input_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute input_artifacts.
11778 11779 11780 |
# File 'sig/types.rbs', line 11778 def input_artifacts @input_artifacts end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
11776 11777 11778 |
# File 'sig/types.rbs', line 11776 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11775 11776 11777 |
# File 'sig/types.rbs', line 11775 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
11783 11784 11785 |
# File 'sig/types.rbs', line 11783 def lineage_group_arn @lineage_group_arn end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
11781 11782 11783 |
# File 'sig/types.rbs', line 11781 def end |
#metrics ⇒ ::Array[Types::TrialComponentMetricSummary]
Returns the value of attribute metrics.
11780 11781 11782 |
# File 'sig/types.rbs', line 11780 def metrics @metrics end |
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
11779 11780 11781 |
# File 'sig/types.rbs', line 11779 def output_artifacts @output_artifacts end |
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
11777 11778 11779 |
# File 'sig/types.rbs', line 11777 def parameters @parameters end |
#parents ⇒ ::Array[Types::Parent]
Returns the value of attribute parents.
11785 11786 11787 |
# File 'sig/types.rbs', line 11785 def parents @parents end |
#run_name ⇒ ::String
Returns the value of attribute run_name.
11786 11787 11788 |
# File 'sig/types.rbs', line 11786 def run_name @run_name end |
#source ⇒ Types::TrialComponentSource
Returns the value of attribute source.
11769 11770 11771 |
# File 'sig/types.rbs', line 11769 def source @source end |
#source_detail ⇒ Types::TrialComponentSourceDetail
Returns the value of attribute source_detail.
11782 11783 11784 |
# File 'sig/types.rbs', line 11782 def source_detail @source_detail end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
11771 11772 11773 |
# File 'sig/types.rbs', line 11771 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
11770 11771 11772 |
# File 'sig/types.rbs', line 11770 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11784 11785 11786 |
# File 'sig/types.rbs', line 11784 def end |
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
11768 11769 11770 |
# File 'sig/types.rbs', line 11768 def trial_component_arn @trial_component_arn end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
11766 11767 11768 |
# File 'sig/types.rbs', line 11766 def trial_component_name @trial_component_name end |