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 HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs launched in your account.
This operation returns paginated results.
Synopsis
- data ListHyperParameterTuningJobs = ListHyperParameterTuningJobs' {
- nameContains :: Maybe Text
- lastModifiedTimeBefore :: Maybe POSIX
- creationTimeAfter :: Maybe POSIX
- nextToken :: Maybe Text
- sortOrder :: Maybe SortOrder
- lastModifiedTimeAfter :: Maybe POSIX
- creationTimeBefore :: Maybe POSIX
- statusEquals :: Maybe HyperParameterTuningJobStatus
- maxResults :: Maybe Natural
- sortBy :: Maybe HyperParameterTuningJobSortByOptions
- newListHyperParameterTuningJobs :: ListHyperParameterTuningJobs
- listHyperParameterTuningJobs_nameContains :: Lens' ListHyperParameterTuningJobs (Maybe Text)
- listHyperParameterTuningJobs_lastModifiedTimeBefore :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime)
- listHyperParameterTuningJobs_creationTimeAfter :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime)
- listHyperParameterTuningJobs_nextToken :: Lens' ListHyperParameterTuningJobs (Maybe Text)
- listHyperParameterTuningJobs_sortOrder :: Lens' ListHyperParameterTuningJobs (Maybe SortOrder)
- listHyperParameterTuningJobs_lastModifiedTimeAfter :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime)
- listHyperParameterTuningJobs_creationTimeBefore :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime)
- listHyperParameterTuningJobs_statusEquals :: Lens' ListHyperParameterTuningJobs (Maybe HyperParameterTuningJobStatus)
- listHyperParameterTuningJobs_maxResults :: Lens' ListHyperParameterTuningJobs (Maybe Natural)
- listHyperParameterTuningJobs_sortBy :: Lens' ListHyperParameterTuningJobs (Maybe HyperParameterTuningJobSortByOptions)
- data ListHyperParameterTuningJobsResponse = ListHyperParameterTuningJobsResponse' {}
- newListHyperParameterTuningJobsResponse :: Int -> ListHyperParameterTuningJobsResponse
- listHyperParameterTuningJobsResponse_nextToken :: Lens' ListHyperParameterTuningJobsResponse (Maybe Text)
- listHyperParameterTuningJobsResponse_httpStatus :: Lens' ListHyperParameterTuningJobsResponse Int
- listHyperParameterTuningJobsResponse_hyperParameterTuningJobSummaries :: Lens' ListHyperParameterTuningJobsResponse [HyperParameterTuningJobSummary]
Creating a Request
data ListHyperParameterTuningJobs Source #
See: newListHyperParameterTuningJobs
smart constructor.
ListHyperParameterTuningJobs' | |
|
Instances
newListHyperParameterTuningJobs :: ListHyperParameterTuningJobs Source #
Create a value of ListHyperParameterTuningJobs
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:nameContains:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobs_nameContains
- A string in the tuning job name. This filter returns only tuning jobs
whose name contains the specified string.
$sel:lastModifiedTimeBefore:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobs_lastModifiedTimeBefore
- A filter that returns only tuning jobs that were modified before the
specified time.
$sel:creationTimeAfter:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobs_creationTimeAfter
- A filter that returns only tuning jobs that were created after the
specified time.
$sel:nextToken:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobs_nextToken
- If the result of the previous ListHyperParameterTuningJobs
request was
truncated, the response includes a NextToken
. To retrieve the next set
of tuning jobs, use the token in the next request.
$sel:sortOrder:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobs_sortOrder
- The sort order for results. The default is Ascending
.
$sel:lastModifiedTimeAfter:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobs_lastModifiedTimeAfter
- A filter that returns only tuning jobs that were modified after the
specified time.
$sel:creationTimeBefore:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobs_creationTimeBefore
- A filter that returns only tuning jobs that were created before the
specified time.
$sel:statusEquals:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobs_statusEquals
- A filter that returns only tuning jobs with the specified status.
$sel:maxResults:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobs_maxResults
- The maximum number of tuning jobs to return. The default value is 10.
$sel:sortBy:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobs_sortBy
- The field to sort results by. The default is Name
.
Request Lenses
listHyperParameterTuningJobs_nameContains :: Lens' ListHyperParameterTuningJobs (Maybe Text) Source #
A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.
listHyperParameterTuningJobs_lastModifiedTimeBefore :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #
A filter that returns only tuning jobs that were modified before the specified time.
listHyperParameterTuningJobs_creationTimeAfter :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #
A filter that returns only tuning jobs that were created after the specified time.
listHyperParameterTuningJobs_nextToken :: Lens' ListHyperParameterTuningJobs (Maybe Text) Source #
If the result of the previous ListHyperParameterTuningJobs
request was
truncated, the response includes a NextToken
. To retrieve the next set
of tuning jobs, use the token in the next request.
listHyperParameterTuningJobs_sortOrder :: Lens' ListHyperParameterTuningJobs (Maybe SortOrder) Source #
The sort order for results. The default is Ascending
.
listHyperParameterTuningJobs_lastModifiedTimeAfter :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #
A filter that returns only tuning jobs that were modified after the specified time.
listHyperParameterTuningJobs_creationTimeBefore :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #
A filter that returns only tuning jobs that were created before the specified time.
listHyperParameterTuningJobs_statusEquals :: Lens' ListHyperParameterTuningJobs (Maybe HyperParameterTuningJobStatus) Source #
A filter that returns only tuning jobs with the specified status.
listHyperParameterTuningJobs_maxResults :: Lens' ListHyperParameterTuningJobs (Maybe Natural) Source #
The maximum number of tuning jobs to return. The default value is 10.
listHyperParameterTuningJobs_sortBy :: Lens' ListHyperParameterTuningJobs (Maybe HyperParameterTuningJobSortByOptions) Source #
The field to sort results by. The default is Name
.
Destructuring the Response
data ListHyperParameterTuningJobsResponse Source #
See: newListHyperParameterTuningJobsResponse
smart constructor.
ListHyperParameterTuningJobsResponse' | |
|
Instances
newListHyperParameterTuningJobsResponse Source #
Create a value of ListHyperParameterTuningJobsResponse
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:ListHyperParameterTuningJobs'
, listHyperParameterTuningJobsResponse_nextToken
- 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.
$sel:httpStatus:ListHyperParameterTuningJobsResponse'
, listHyperParameterTuningJobsResponse_httpStatus
- The response's http status code.
$sel:hyperParameterTuningJobSummaries:ListHyperParameterTuningJobsResponse'
, listHyperParameterTuningJobsResponse_hyperParameterTuningJobSummaries
- A list of HyperParameterTuningJobSummary objects that describe the
tuning jobs that the ListHyperParameterTuningJobs
request returned.
Response Lenses
listHyperParameterTuningJobsResponse_nextToken :: Lens' ListHyperParameterTuningJobsResponse (Maybe Text) Source #
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.
listHyperParameterTuningJobsResponse_httpStatus :: Lens' ListHyperParameterTuningJobsResponse Int Source #
The response's http status code.
listHyperParameterTuningJobsResponse_hyperParameterTuningJobSummaries :: Lens' ListHyperParameterTuningJobsResponse [HyperParameterTuningJobSummary] Source #
A list of HyperParameterTuningJobSummary objects that describe the
tuning jobs that the ListHyperParameterTuningJobs
request returned.