Class: Aws::Types::CreateHyperParameterTuningJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHyperParameterTuningJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autotune ⇒ Types::Autotune
Returns the value of attribute autotune.
-
#hyper_parameter_tuning_job_config ⇒ Types::HyperParameterTuningJobConfig
Returns the value of attribute hyper_parameter_tuning_job_config.
-
#hyper_parameter_tuning_job_name ⇒ ::String
Returns the value of attribute hyper_parameter_tuning_job_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#training_job_definition ⇒ Types::HyperParameterTrainingJobDefinition
Returns the value of attribute training_job_definition.
-
#training_job_definitions ⇒ ::Array[Types::HyperParameterTrainingJobDefinition]
Returns the value of attribute training_job_definitions.
-
#warm_start_config ⇒ Types::HyperParameterTuningJobWarmStartConfig
Returns the value of attribute warm_start_config.
Instance Attribute Details
#autotune ⇒ Types::Autotune
Returns the value of attribute autotune.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def autotune @autotune end |
#hyper_parameter_tuning_job_config ⇒ Types::HyperParameterTuningJobConfig
Returns the value of attribute hyper_parameter_tuning_job_config.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def hyper_parameter_tuning_job_config @hyper_parameter_tuning_job_config end |
#hyper_parameter_tuning_job_name ⇒ ::String
Returns the value of attribute hyper_parameter_tuning_job_name.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def hyper_parameter_tuning_job_name @hyper_parameter_tuning_job_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def end |
#training_job_definition ⇒ Types::HyperParameterTrainingJobDefinition
Returns the value of attribute training_job_definition.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def training_job_definition @training_job_definition end |
#training_job_definitions ⇒ ::Array[Types::HyperParameterTrainingJobDefinition]
Returns the value of attribute training_job_definitions.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def training_job_definitions @training_job_definitions end |
#warm_start_config ⇒ Types::HyperParameterTuningJobWarmStartConfig
Returns the value of attribute warm_start_config.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def warm_start_config @warm_start_config end |