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.
12521 12522 12523 |
# File 'sig/types.rbs', line 12521 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
12524 12525 12526 |
# File 'sig/types.rbs', line 12524 def end_time @end_time end |
#input_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute input_artifacts.
12527 12528 12529 |
# File 'sig/types.rbs', line 12527 def input_artifacts @input_artifacts end |
#input_artifacts_to_remove ⇒ ::Array[::String]
Returns the value of attribute input_artifacts_to_remove.
12528 12529 12530 |
# File 'sig/types.rbs', line 12528 def input_artifacts_to_remove @input_artifacts_to_remove end |
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
12529 12530 12531 |
# File 'sig/types.rbs', line 12529 def output_artifacts @output_artifacts end |
#output_artifacts_to_remove ⇒ ::Array[::String]
Returns the value of attribute output_artifacts_to_remove.
12530 12531 12532 |
# File 'sig/types.rbs', line 12530 def output_artifacts_to_remove @output_artifacts_to_remove end |
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
12525 12526 12527 |
# File 'sig/types.rbs', line 12525 def parameters @parameters end |
#parameters_to_remove ⇒ ::Array[::String]
Returns the value of attribute parameters_to_remove.
12526 12527 12528 |
# File 'sig/types.rbs', line 12526 def parameters_to_remove @parameters_to_remove end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
12523 12524 12525 |
# File 'sig/types.rbs', line 12523 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
12522 12523 12524 |
# File 'sig/types.rbs', line 12522 def status @status end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
12520 12521 12522 |
# File 'sig/types.rbs', line 12520 def trial_component_name @trial_component_name end |