You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ListHyperParameterTuningJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHyperParameterTuningJobsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#hyper_parameter_tuning_job_summaries ⇒ Array<Types::HyperParameterTuningJobSummary>
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobsrequest returned. -
#next_token ⇒ String
If the result of this
ListHyperParameterTuningJobsrequest was truncated, the response includes aNextToken.
Instance Attribute Details
#hyper_parameter_tuning_job_summaries ⇒ Array<Types::HyperParameterTuningJobSummary>
A list of HyperParameterTuningJobSummary objects that describe
the tuning jobs that the ListHyperParameterTuningJobs request
returned.
#next_token ⇒ String
If the result of this ListHyperParameterTuningJobs request was
truncated, the response includes a NextToken. To retrieve the next set
of tuning jobs, use the token in the next request.