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]
6009 |
# File 'sig/client.rbs', line 6009
def hyper_parameter_tuning_job_summaries: () -> ::Array[Types::HyperParameterTuningJobSummary]
|
#next_token ⇒ ::String
6010 |
# File 'sig/client.rbs', line 6010
def next_token: () -> ::String
|