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.
12486 12487 12488 |
# File 'sig/types.rbs', line 12486 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
12489 12490 12491 |
# File 'sig/types.rbs', line 12489 def end_time @end_time end |
#input_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute input_artifacts.
12492 12493 12494 |
# File 'sig/types.rbs', line 12492 def input_artifacts @input_artifacts end |
#input_artifacts_to_remove ⇒ ::Array[::String]
Returns the value of attribute input_artifacts_to_remove.
12493 12494 12495 |
# File 'sig/types.rbs', line 12493 def input_artifacts_to_remove @input_artifacts_to_remove end |
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
12494 12495 12496 |
# File 'sig/types.rbs', line 12494 def output_artifacts @output_artifacts end |
#output_artifacts_to_remove ⇒ ::Array[::String]
Returns the value of attribute output_artifacts_to_remove.
12495 12496 12497 |
# File 'sig/types.rbs', line 12495 def output_artifacts_to_remove @output_artifacts_to_remove end |
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
12490 12491 12492 |
# File 'sig/types.rbs', line 12490 def parameters @parameters end |
#parameters_to_remove ⇒ ::Array[::String]
Returns the value of attribute parameters_to_remove.
12491 12492 12493 |
# File 'sig/types.rbs', line 12491 def parameters_to_remove @parameters_to_remove end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
12488 12489 12490 |
# File 'sig/types.rbs', line 12488 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
12487 12488 12489 |
# File 'sig/types.rbs', line 12487 def status @status end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
12485 12486 12487 |
# File 'sig/types.rbs', line 12485 def trial_component_name @trial_component_name end |