| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob
Description
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.
This operation returns paginated results.
Synopsis
- data ListTrainingJobsForHyperParameterTuningJob = ListTrainingJobsForHyperParameterTuningJob' {}
 - newListTrainingJobsForHyperParameterTuningJob :: Text -> ListTrainingJobsForHyperParameterTuningJob
 - listTrainingJobsForHyperParameterTuningJob_maxResults :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe Natural)
 - listTrainingJobsForHyperParameterTuningJob_nextToken :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe Text)
 - listTrainingJobsForHyperParameterTuningJob_sortBy :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe TrainingJobSortByOptions)
 - listTrainingJobsForHyperParameterTuningJob_sortOrder :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe SortOrder)
 - listTrainingJobsForHyperParameterTuningJob_statusEquals :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe TrainingJobStatus)
 - listTrainingJobsForHyperParameterTuningJob_hyperParameterTuningJobName :: Lens' ListTrainingJobsForHyperParameterTuningJob Text
 - data ListTrainingJobsForHyperParameterTuningJobResponse = ListTrainingJobsForHyperParameterTuningJobResponse' {}
 - newListTrainingJobsForHyperParameterTuningJobResponse :: Int -> ListTrainingJobsForHyperParameterTuningJobResponse
 - listTrainingJobsForHyperParameterTuningJobResponse_nextToken :: Lens' ListTrainingJobsForHyperParameterTuningJobResponse (Maybe Text)
 - listTrainingJobsForHyperParameterTuningJobResponse_httpStatus :: Lens' ListTrainingJobsForHyperParameterTuningJobResponse Int
 - listTrainingJobsForHyperParameterTuningJobResponse_trainingJobSummaries :: Lens' ListTrainingJobsForHyperParameterTuningJobResponse [HyperParameterTrainingJobSummary]
 
Creating a Request
data ListTrainingJobsForHyperParameterTuningJob Source #
See: newListTrainingJobsForHyperParameterTuningJob smart constructor.
Constructors
| ListTrainingJobsForHyperParameterTuningJob' | |
Fields 
  | |
Instances
newListTrainingJobsForHyperParameterTuningJob Source #
Arguments
| :: Text | |
| -> ListTrainingJobsForHyperParameterTuningJob | 
Create a value of ListTrainingJobsForHyperParameterTuningJob with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_maxResults - The maximum number of training jobs to return. The default value is 10.
ListTrainingJobsForHyperParameterTuningJob, listTrainingJobsForHyperParameterTuningJob_nextToken - If the result of the previous
 ListTrainingJobsForHyperParameterTuningJob request was truncated, the
 response includes a NextToken. To retrieve the next set of training
 jobs, use the token in the next request.
$sel:sortBy:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_sortBy - The field to sort results by. The default is Name.
If the value of this field is FinalObjectiveMetricValue, any training
 jobs that did not return an objective metric are not listed.
$sel:sortOrder:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_sortOrder - The sort order for results. The default is Ascending.
$sel:statusEquals:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_statusEquals - A filter that returns only training jobs with the specified status.
ListTrainingJobsForHyperParameterTuningJob, listTrainingJobsForHyperParameterTuningJob_hyperParameterTuningJobName - The name of the tuning job whose training jobs you want to list.
Request Lenses
listTrainingJobsForHyperParameterTuningJob_maxResults :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe Natural) Source #
The maximum number of training jobs to return. The default value is 10.
listTrainingJobsForHyperParameterTuningJob_nextToken :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe Text) Source #
If the result of the previous
 ListTrainingJobsForHyperParameterTuningJob request was truncated, the
 response includes a NextToken. To retrieve the next set of training
 jobs, use the token in the next request.
listTrainingJobsForHyperParameterTuningJob_sortBy :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe TrainingJobSortByOptions) Source #
The field to sort results by. The default is Name.
If the value of this field is FinalObjectiveMetricValue, any training
 jobs that did not return an objective metric are not listed.
listTrainingJobsForHyperParameterTuningJob_sortOrder :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe SortOrder) Source #
The sort order for results. The default is Ascending.
listTrainingJobsForHyperParameterTuningJob_statusEquals :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe TrainingJobStatus) Source #
A filter that returns only training jobs with the specified status.
listTrainingJobsForHyperParameterTuningJob_hyperParameterTuningJobName :: Lens' ListTrainingJobsForHyperParameterTuningJob Text Source #
The name of the tuning job whose training jobs you want to list.
Destructuring the Response
data ListTrainingJobsForHyperParameterTuningJobResponse Source #
See: newListTrainingJobsForHyperParameterTuningJobResponse smart constructor.
Constructors
| ListTrainingJobsForHyperParameterTuningJobResponse' | |
Fields 
  | |
Instances
newListTrainingJobsForHyperParameterTuningJobResponse Source #
Arguments
| :: Int | 
  | 
| -> ListTrainingJobsForHyperParameterTuningJobResponse | 
Create a value of ListTrainingJobsForHyperParameterTuningJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListTrainingJobsForHyperParameterTuningJob, listTrainingJobsForHyperParameterTuningJobResponse_nextToken - 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.
$sel:httpStatus:ListTrainingJobsForHyperParameterTuningJobResponse', listTrainingJobsForHyperParameterTuningJobResponse_httpStatus - The response's http status code.
$sel:trainingJobSummaries:ListTrainingJobsForHyperParameterTuningJobResponse', listTrainingJobsForHyperParameterTuningJobResponse_trainingJobSummaries - A list of TrainingJobSummary objects that describe the training jobs
 that the ListTrainingJobsForHyperParameterTuningJob request returned.
Response Lenses
listTrainingJobsForHyperParameterTuningJobResponse_nextToken :: Lens' ListTrainingJobsForHyperParameterTuningJobResponse (Maybe Text) Source #
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.
listTrainingJobsForHyperParameterTuningJobResponse_httpStatus :: Lens' ListTrainingJobsForHyperParameterTuningJobResponse Int Source #
The response's http status code.
listTrainingJobsForHyperParameterTuningJobResponse_trainingJobSummaries :: Lens' ListTrainingJobsForHyperParameterTuningJobResponse [HyperParameterTrainingJobSummary] Source #
A list of TrainingJobSummary objects that describe the training jobs
 that the ListTrainingJobsForHyperParameterTuningJob request returned.