Class: Aws::Types::DescribeTrialComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrialComponentResponse
- 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.
-
#source ⇒ Types::TrialComponentSource
Returns the value of attribute source.
-
#sources ⇒ ::Array[Types::TrialComponentSource]
Returns the value of attribute sources.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
-
#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.
5314 5315 5316 |
# File 'sig/types.rbs', line 5314 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5313 5314 5315 |
# File 'sig/types.rbs', line 5313 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
5308 5309 5310 |
# File 'sig/types.rbs', line 5308 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
5312 5313 5314 |
# File 'sig/types.rbs', line 5312 def end_time @end_time end |
#input_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute input_artifacts.
5318 5319 5320 |
# File 'sig/types.rbs', line 5318 def input_artifacts @input_artifacts end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
5316 5317 5318 |
# File 'sig/types.rbs', line 5316 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5315 5316 5317 |
# File 'sig/types.rbs', line 5315 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
5322 5323 5324 |
# File 'sig/types.rbs', line 5322 def lineage_group_arn @lineage_group_arn end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
5320 5321 5322 |
# File 'sig/types.rbs', line 5320 def @metadata_properties end |
#metrics ⇒ ::Array[Types::TrialComponentMetricSummary]
Returns the value of attribute metrics.
5321 5322 5323 |
# File 'sig/types.rbs', line 5321 def metrics @metrics end |
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
5319 5320 5321 |
# File 'sig/types.rbs', line 5319 def output_artifacts @output_artifacts end |
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
5317 5318 5319 |
# File 'sig/types.rbs', line 5317 def parameters @parameters end |
#source ⇒ Types::TrialComponentSource
Returns the value of attribute source.
5309 5310 5311 |
# File 'sig/types.rbs', line 5309 def source @source end |
#sources ⇒ ::Array[Types::TrialComponentSource]
Returns the value of attribute sources.
5323 5324 5325 |
# File 'sig/types.rbs', line 5323 def sources @sources end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
5311 5312 5313 |
# File 'sig/types.rbs', line 5311 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
5310 5311 5312 |
# File 'sig/types.rbs', line 5310 def status @status end |
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
5307 5308 5309 |
# File 'sig/types.rbs', line 5307 def trial_component_arn @trial_component_arn end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
5306 5307 5308 |
# File 'sig/types.rbs', line 5306 def trial_component_name @trial_component_name end |