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.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def autotune @autotune end |
#hyper_parameter_tuning_job_config ⇒ Types::HyperParameterTuningJobConfig
Returns the value of attribute hyper_parameter_tuning_job_config.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 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.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def hyper_parameter_tuning_job_name @hyper_parameter_tuning_job_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def @tags end |
#training_job_definition ⇒ Types::HyperParameterTrainingJobDefinition
Returns the value of attribute training_job_definition.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def training_job_definition @training_job_definition end |
#training_job_definitions ⇒ ::Array[Types::HyperParameterTrainingJobDefinition]
Returns the value of attribute training_job_definitions.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def training_job_definitions @training_job_definitions end |
#warm_start_config ⇒ Types::HyperParameterTuningJobWarmStartConfig
Returns the value of attribute warm_start_config.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def warm_start_config @warm_start_config end |