Module: Aws::SageMaker::Client::_ListHyperParameterTuningJobsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListHyperParameterTuningJobsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #hyper_parameter_tuning_job_summaries ⇒ ::Array[Types::HyperParameterTuningJobSummary]
- #next_token ⇒ ::String
Instance Method Details
#hyper_parameter_tuning_job_summaries ⇒ ::Array[Types::HyperParameterTuningJobSummary]
5992 |
# File 'sig/client.rbs', line 5992
def hyper_parameter_tuning_job_summaries: () -> ::Array[Types::HyperParameterTuningJobSummary]
|
#next_token ⇒ ::String
5993 |
# File 'sig/client.rbs', line 5993
def next_token: () -> ::String
|