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