| 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.ListHyperParameterTuningJobs
Description
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' {
- creationTimeAfter :: Maybe POSIX
- creationTimeBefore :: Maybe POSIX
- lastModifiedTimeAfter :: Maybe POSIX
- lastModifiedTimeBefore :: Maybe POSIX
- maxResults :: Maybe Natural
- nameContains :: Maybe Text
- nextToken :: Maybe Text
- sortBy :: Maybe HyperParameterTuningJobSortByOptions
- sortOrder :: Maybe SortOrder
- statusEquals :: Maybe HyperParameterTuningJobStatus
- newListHyperParameterTuningJobs :: ListHyperParameterTuningJobs
- listHyperParameterTuningJobs_creationTimeAfter :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime)
- listHyperParameterTuningJobs_creationTimeBefore :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime)
- listHyperParameterTuningJobs_lastModifiedTimeAfter :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime)
- listHyperParameterTuningJobs_lastModifiedTimeBefore :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime)
- listHyperParameterTuningJobs_maxResults :: Lens' ListHyperParameterTuningJobs (Maybe Natural)
- listHyperParameterTuningJobs_nameContains :: Lens' ListHyperParameterTuningJobs (Maybe Text)
- listHyperParameterTuningJobs_nextToken :: Lens' ListHyperParameterTuningJobs (Maybe Text)
- listHyperParameterTuningJobs_sortBy :: Lens' ListHyperParameterTuningJobs (Maybe HyperParameterTuningJobSortByOptions)
- listHyperParameterTuningJobs_sortOrder :: Lens' ListHyperParameterTuningJobs (Maybe SortOrder)
- listHyperParameterTuningJobs_statusEquals :: Lens' ListHyperParameterTuningJobs (Maybe HyperParameterTuningJobStatus)
- 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.
Constructors
| ListHyperParameterTuningJobs' | |
Fields
| |
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:creationTimeAfter:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_creationTimeAfter - A filter that returns only tuning jobs that were created after the
specified time.
$sel:creationTimeBefore:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_creationTimeBefore - A filter that returns only tuning jobs that were created before the
specified time.
$sel:lastModifiedTimeAfter:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_lastModifiedTimeAfter - A filter that returns only tuning jobs that were modified after the
specified time.
$sel:lastModifiedTimeBefore:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_lastModifiedTimeBefore - A filter that returns only tuning jobs that were modified before the
specified time.
$sel:maxResults:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_maxResults - The maximum number of tuning jobs to return. The default value is 10.
$sel:nameContains:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_nameContains - A string in the tuning job name. This filter returns only tuning jobs
whose name contains the specified string.
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:sortBy:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_sortBy - The field to sort results by. The default is Name.
$sel:sortOrder:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_sortOrder - The sort order for results. The default is Ascending.
$sel:statusEquals:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_statusEquals - A filter that returns only tuning jobs with the specified status.
Request Lenses
listHyperParameterTuningJobs_creationTimeAfter :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #
A filter that returns only tuning jobs that were created 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_lastModifiedTimeAfter :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #
A filter that returns only tuning jobs that were modified after the specified time.
listHyperParameterTuningJobs_lastModifiedTimeBefore :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #
A filter that returns only tuning jobs that were modified before the specified time.
listHyperParameterTuningJobs_maxResults :: Lens' ListHyperParameterTuningJobs (Maybe Natural) Source #
The maximum number of tuning jobs to return. The default value is 10.
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_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_sortBy :: Lens' ListHyperParameterTuningJobs (Maybe HyperParameterTuningJobSortByOptions) Source #
The field to sort results by. The default is Name.
listHyperParameterTuningJobs_sortOrder :: Lens' ListHyperParameterTuningJobs (Maybe SortOrder) Source #
The sort order for results. The default is Ascending.
listHyperParameterTuningJobs_statusEquals :: Lens' ListHyperParameterTuningJobs (Maybe HyperParameterTuningJobStatus) Source #
A filter that returns only tuning jobs with the specified status.
Destructuring the Response
data ListHyperParameterTuningJobsResponse Source #
See: newListHyperParameterTuningJobsResponse smart constructor.
Constructors
| ListHyperParameterTuningJobsResponse' | |
Fields
| |
Instances
newListHyperParameterTuningJobsResponse Source #
Arguments
| :: Int | |
| -> ListHyperParameterTuningJobsResponse |
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:
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.