Class: Aws::Types::UpdateTrialComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrialComponentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#input_artifacts_to_remove ⇒ ::Array[::String]
Returns the value of attribute input_artifacts_to_remove.
-
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
-
#output_artifacts_to_remove ⇒ ::Array[::String]
Returns the value of attribute output_artifacts_to_remove.
-
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
-
#parameters_to_remove ⇒ ::Array[::String]
Returns the value of attribute parameters_to_remove.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
-
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
12461 12462 12463 |
# File 'sig/types.rbs', line 12461 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
12464 12465 12466 |
# File 'sig/types.rbs', line 12464 def end_time @end_time end |
#input_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute input_artifacts.
12467 12468 12469 |
# File 'sig/types.rbs', line 12467 def input_artifacts @input_artifacts end |
#input_artifacts_to_remove ⇒ ::Array[::String]
Returns the value of attribute input_artifacts_to_remove.
12468 12469 12470 |
# File 'sig/types.rbs', line 12468 def input_artifacts_to_remove @input_artifacts_to_remove end |
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
12469 12470 12471 |
# File 'sig/types.rbs', line 12469 def output_artifacts @output_artifacts end |
#output_artifacts_to_remove ⇒ ::Array[::String]
Returns the value of attribute output_artifacts_to_remove.
12470 12471 12472 |
# File 'sig/types.rbs', line 12470 def output_artifacts_to_remove @output_artifacts_to_remove end |
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
12465 12466 12467 |
# File 'sig/types.rbs', line 12465 def parameters @parameters end |
#parameters_to_remove ⇒ ::Array[::String]
Returns the value of attribute parameters_to_remove.
12466 12467 12468 |
# File 'sig/types.rbs', line 12466 def parameters_to_remove @parameters_to_remove end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
12463 12464 12465 |
# File 'sig/types.rbs', line 12463 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
12462 12463 12464 |
# File 'sig/types.rbs', line 12462 def status @status end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
12460 12461 12462 |
# File 'sig/types.rbs', line 12460 def trial_component_name @trial_component_name end |