Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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_nextToken :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe Text)
- listTrainingJobsForHyperParameterTuningJob_sortOrder :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe SortOrder)
- listTrainingJobsForHyperParameterTuningJob_statusEquals :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe TrainingJobStatus)
- listTrainingJobsForHyperParameterTuningJob_maxResults :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe Natural)
- listTrainingJobsForHyperParameterTuningJob_sortBy :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe TrainingJobSortByOptions)
- 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.
ListTrainingJobsForHyperParameterTuningJob' | |
|
Instances
newListTrainingJobsForHyperParameterTuningJob Source #
:: 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:nextToken: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: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.
$sel:maxResults:ListTrainingJobsForHyperParameterTuningJob'
, listTrainingJobsForHyperParameterTuningJob_maxResults
- The maximum number of training jobs to return. The default value is 10.
$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:hyperParameterTuningJobName:ListTrainingJobsForHyperParameterTuningJob'
, listTrainingJobsForHyperParameterTuningJob_hyperParameterTuningJobName
- The name of the tuning job whose training jobs you want to list.
Request Lenses
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_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_maxResults :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe Natural) Source #
The maximum number of training jobs to return. The default value is 10.
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_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.
ListTrainingJobsForHyperParameterTuningJobResponse' | |
|
Instances
newListTrainingJobsForHyperParameterTuningJobResponse Source #
:: 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:
$sel:nextToken: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.