Class: Aws::Types::CreateTrialComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrialComponentRequest
- 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.
-
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
-
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
-
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
-
#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_name ⇒ ::String
Returns the value of attribute trial_component_name.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def end_time @end_time end |
#input_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute input_artifacts.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def input_artifacts @input_artifacts end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
2950 2951 2952 |
# File 'sig/types.rbs', line 2950 def @metadata_properties end |
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
2949 2950 2951 |
# File 'sig/types.rbs', line 2949 def output_artifacts @output_artifacts end |
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
2947 2948 2949 |
# File 'sig/types.rbs', line 2947 def parameters @parameters end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2945 2946 2947 |
# File 'sig/types.rbs', line 2945 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
2944 2945 2946 |
# File 'sig/types.rbs', line 2944 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2951 2952 2953 |
# File 'sig/types.rbs', line 2951 def @tags end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
2942 2943 2944 |
# File 'sig/types.rbs', line 2942 def trial_component_name @trial_component_name end |