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.
11690 11691 11692 |
# File 'sig/types.rbs', line 11690 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11689 11690 11691 |
# File 'sig/types.rbs', line 11689 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
11683 11684 11685 |
# File 'sig/types.rbs', line 11683 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
11688 11689 11690 |
# File 'sig/types.rbs', line 11688 def end_time @end_time end |
#input_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute input_artifacts.
11694 11695 11696 |
# File 'sig/types.rbs', line 11694 def input_artifacts @input_artifacts end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
11692 11693 11694 |
# File 'sig/types.rbs', line 11692 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11691 11692 11693 |
# File 'sig/types.rbs', line 11691 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
11699 11700 11701 |
# File 'sig/types.rbs', line 11699 def lineage_group_arn @lineage_group_arn end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
11697 11698 11699 |
# File 'sig/types.rbs', line 11697 def @metadata_properties end |
#metrics ⇒ ::Array[Types::TrialComponentMetricSummary]
Returns the value of attribute metrics.
11696 11697 11698 |
# File 'sig/types.rbs', line 11696 def metrics @metrics end |
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
11695 11696 11697 |
# File 'sig/types.rbs', line 11695 def output_artifacts @output_artifacts end |
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
11693 11694 11695 |
# File 'sig/types.rbs', line 11693 def parameters @parameters end |
#parents ⇒ ::Array[Types::Parent]
Returns the value of attribute parents.
11701 11702 11703 |
# File 'sig/types.rbs', line 11701 def parents @parents end |
#run_name ⇒ ::String
Returns the value of attribute run_name.
11702 11703 11704 |
# File 'sig/types.rbs', line 11702 def run_name @run_name end |
#source ⇒ Types::TrialComponentSource
Returns the value of attribute source.
11685 11686 11687 |
# File 'sig/types.rbs', line 11685 def source @source end |
#source_detail ⇒ Types::TrialComponentSourceDetail
Returns the value of attribute source_detail.
11698 11699 11700 |
# File 'sig/types.rbs', line 11698 def source_detail @source_detail end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
11687 11688 11689 |
# File 'sig/types.rbs', line 11687 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
11686 11687 11688 |
# File 'sig/types.rbs', line 11686 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11700 11701 11702 |
# File 'sig/types.rbs', line 11700 def @tags end |
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
11684 11685 11686 |
# File 'sig/types.rbs', line 11684 def trial_component_arn @trial_component_arn end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
11682 11683 11684 |
# File 'sig/types.rbs', line 11682 def trial_component_name @trial_component_name end |