Class: Aws::Types::ListHyperParameterTuningJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListHyperParameterTuningJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hyper_parameter_tuning_job_summaries ⇒ ::Array[Types::HyperParameterTuningJobSummary]
Returns the value of attribute hyper_parameter_tuning_job_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#hyper_parameter_tuning_job_summaries ⇒ ::Array[Types::HyperParameterTuningJobSummary]
Returns the value of attribute hyper_parameter_tuning_job_summaries.
7698 7699 7700 |
# File 'sig/types.rbs', line 7698 def hyper_parameter_tuning_job_summaries @hyper_parameter_tuning_job_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7699 7700 7701 |
# File 'sig/types.rbs', line 7699 def next_token @next_token end |