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.
11713 11714 11715 |
# File 'sig/types.rbs', line 11713 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11712 11713 11714 |
# File 'sig/types.rbs', line 11712 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
11706 11707 11708 |
# File 'sig/types.rbs', line 11706 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
11711 11712 11713 |
# File 'sig/types.rbs', line 11711 def end_time @end_time end |
#input_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute input_artifacts.
11717 11718 11719 |
# File 'sig/types.rbs', line 11717 def input_artifacts @input_artifacts end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
11715 11716 11717 |
# File 'sig/types.rbs', line 11715 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11714 11715 11716 |
# File 'sig/types.rbs', line 11714 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
11722 11723 11724 |
# File 'sig/types.rbs', line 11722 def lineage_group_arn @lineage_group_arn end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
11720 11721 11722 |
# File 'sig/types.rbs', line 11720 def @metadata_properties end |
#metrics ⇒ ::Array[Types::TrialComponentMetricSummary]
Returns the value of attribute metrics.
11719 11720 11721 |
# File 'sig/types.rbs', line 11719 def metrics @metrics end |
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
11718 11719 11720 |
# File 'sig/types.rbs', line 11718 def output_artifacts @output_artifacts end |
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
11716 11717 11718 |
# File 'sig/types.rbs', line 11716 def parameters @parameters end |
#parents ⇒ ::Array[Types::Parent]
Returns the value of attribute parents.
11724 11725 11726 |
# File 'sig/types.rbs', line 11724 def parents @parents end |
#run_name ⇒ ::String
Returns the value of attribute run_name.
11725 11726 11727 |
# File 'sig/types.rbs', line 11725 def run_name @run_name end |
#source ⇒ Types::TrialComponentSource
Returns the value of attribute source.
11708 11709 11710 |
# File 'sig/types.rbs', line 11708 def source @source end |
#source_detail ⇒ Types::TrialComponentSourceDetail
Returns the value of attribute source_detail.
11721 11722 11723 |
# File 'sig/types.rbs', line 11721 def source_detail @source_detail end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
11710 11711 11712 |
# File 'sig/types.rbs', line 11710 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
11709 11710 11711 |
# File 'sig/types.rbs', line 11709 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11723 11724 11725 |
# File 'sig/types.rbs', line 11723 def @tags end |
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
11707 11708 11709 |
# File 'sig/types.rbs', line 11707 def trial_component_arn @trial_component_arn end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
11705 11706 11707 |
# File 'sig/types.rbs', line 11705 def trial_component_name @trial_component_name end |