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.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def end_time @end_time end |
#input_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute input_artifacts.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def input_artifacts @input_artifacts end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def end |
#output_artifacts ⇒ ::Hash[::String, Types::TrialComponentArtifact]
Returns the value of attribute output_artifacts.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def output_artifacts @output_artifacts end |
#parameters ⇒ ::Hash[::String, Types::TrialComponentParameterValue]
Returns the value of attribute parameters.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def parameters @parameters end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def trial_component_name @trial_component_name end |