Class: Aws::Types::TrainingJobDefinition
- Inherits:
-
Object
- Object
- Aws::Types::TrainingJobDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
-
#input_data_config ⇒ ::Array[Types::Channel]
Returns the value of attribute input_data_config.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
-
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
-
#training_input_mode ⇒ "Pipe", ...
Returns the value of attribute training_input_mode.
Instance Attribute Details
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
11451 11452 11453 |
# File 'sig/types.rbs', line 11451 def hyper_parameters @hyper_parameters end |
#input_data_config ⇒ ::Array[Types::Channel]
Returns the value of attribute input_data_config.
11452 11453 11454 |
# File 'sig/types.rbs', line 11452 def input_data_config @input_data_config end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
11453 11454 11455 |
# File 'sig/types.rbs', line 11453 def output_data_config @output_data_config end |
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
11454 11455 11456 |
# File 'sig/types.rbs', line 11454 def resource_config @resource_config end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
11455 11456 11457 |
# File 'sig/types.rbs', line 11455 def stopping_condition @stopping_condition end |
#training_input_mode ⇒ "Pipe", ...
Returns the value of attribute training_input_mode.
11450 11451 11452 |
# File 'sig/types.rbs', line 11450 def training_input_mode @training_input_mode end |