| 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.ListInferenceRecommendationsJobs
Description
Lists recommendation jobs that satisfy various filters.
This operation returns paginated results.
Synopsis
- data ListInferenceRecommendationsJobs = ListInferenceRecommendationsJobs' {
- creationTimeAfter :: Maybe POSIX
 - creationTimeBefore :: Maybe POSIX
 - lastModifiedTimeAfter :: Maybe POSIX
 - lastModifiedTimeBefore :: Maybe POSIX
 - maxResults :: Maybe Natural
 - nameContains :: Maybe Text
 - nextToken :: Maybe Text
 - sortBy :: Maybe ListInferenceRecommendationsJobsSortBy
 - sortOrder :: Maybe SortOrder
 - statusEquals :: Maybe RecommendationJobStatus
 
 - newListInferenceRecommendationsJobs :: ListInferenceRecommendationsJobs
 - listInferenceRecommendationsJobs_creationTimeAfter :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime)
 - listInferenceRecommendationsJobs_creationTimeBefore :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime)
 - listInferenceRecommendationsJobs_lastModifiedTimeAfter :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime)
 - listInferenceRecommendationsJobs_lastModifiedTimeBefore :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime)
 - listInferenceRecommendationsJobs_maxResults :: Lens' ListInferenceRecommendationsJobs (Maybe Natural)
 - listInferenceRecommendationsJobs_nameContains :: Lens' ListInferenceRecommendationsJobs (Maybe Text)
 - listInferenceRecommendationsJobs_nextToken :: Lens' ListInferenceRecommendationsJobs (Maybe Text)
 - listInferenceRecommendationsJobs_sortBy :: Lens' ListInferenceRecommendationsJobs (Maybe ListInferenceRecommendationsJobsSortBy)
 - listInferenceRecommendationsJobs_sortOrder :: Lens' ListInferenceRecommendationsJobs (Maybe SortOrder)
 - listInferenceRecommendationsJobs_statusEquals :: Lens' ListInferenceRecommendationsJobs (Maybe RecommendationJobStatus)
 - data ListInferenceRecommendationsJobsResponse = ListInferenceRecommendationsJobsResponse' {}
 - newListInferenceRecommendationsJobsResponse :: Int -> ListInferenceRecommendationsJobsResponse
 - listInferenceRecommendationsJobsResponse_nextToken :: Lens' ListInferenceRecommendationsJobsResponse (Maybe Text)
 - listInferenceRecommendationsJobsResponse_httpStatus :: Lens' ListInferenceRecommendationsJobsResponse Int
 - listInferenceRecommendationsJobsResponse_inferenceRecommendationsJobs :: Lens' ListInferenceRecommendationsJobsResponse [InferenceRecommendationsJob]
 
Creating a Request
data ListInferenceRecommendationsJobs Source #
See: newListInferenceRecommendationsJobs smart constructor.
Constructors
| ListInferenceRecommendationsJobs' | |
Fields 
  | |
Instances
newListInferenceRecommendationsJobs :: ListInferenceRecommendationsJobs Source #
Create a value of ListInferenceRecommendationsJobs 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:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_creationTimeAfter - A filter that returns only jobs created after the specified time
 (timestamp).
$sel:creationTimeBefore:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_creationTimeBefore - A filter that returns only jobs created before the specified time
 (timestamp).
$sel:lastModifiedTimeAfter:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_lastModifiedTimeAfter - A filter that returns only jobs that were last modified after the
 specified time (timestamp).
$sel:lastModifiedTimeBefore:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_lastModifiedTimeBefore - A filter that returns only jobs that were last modified before the
 specified time (timestamp).
$sel:maxResults:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_maxResults - The maximum number of recommendations to return in the response.
$sel:nameContains:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_nameContains - A string in the job name. This filter returns only recommendations whose
 name contains the specified string.
ListInferenceRecommendationsJobs, listInferenceRecommendationsJobs_nextToken - If the response to a previous ListInferenceRecommendationsJobsRequest
 request was truncated, the response includes a NextToken. To retrieve
 the next set of recommendations, use the token in the next request.
$sel:sortBy:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_sortBy - The parameter by which to sort the results.
$sel:sortOrder:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_sortOrder - The sort order for the results.
$sel:statusEquals:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_statusEquals - A filter that retrieves only inference recommendations jobs with a
 specific status.
Request Lenses
listInferenceRecommendationsJobs_creationTimeAfter :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime) Source #
A filter that returns only jobs created after the specified time (timestamp).
listInferenceRecommendationsJobs_creationTimeBefore :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime) Source #
A filter that returns only jobs created before the specified time (timestamp).
listInferenceRecommendationsJobs_lastModifiedTimeAfter :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime) Source #
A filter that returns only jobs that were last modified after the specified time (timestamp).
listInferenceRecommendationsJobs_lastModifiedTimeBefore :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime) Source #
A filter that returns only jobs that were last modified before the specified time (timestamp).
listInferenceRecommendationsJobs_maxResults :: Lens' ListInferenceRecommendationsJobs (Maybe Natural) Source #
The maximum number of recommendations to return in the response.
listInferenceRecommendationsJobs_nameContains :: Lens' ListInferenceRecommendationsJobs (Maybe Text) Source #
A string in the job name. This filter returns only recommendations whose name contains the specified string.
listInferenceRecommendationsJobs_nextToken :: Lens' ListInferenceRecommendationsJobs (Maybe Text) Source #
If the response to a previous ListInferenceRecommendationsJobsRequest
 request was truncated, the response includes a NextToken. To retrieve
 the next set of recommendations, use the token in the next request.
listInferenceRecommendationsJobs_sortBy :: Lens' ListInferenceRecommendationsJobs (Maybe ListInferenceRecommendationsJobsSortBy) Source #
The parameter by which to sort the results.
listInferenceRecommendationsJobs_sortOrder :: Lens' ListInferenceRecommendationsJobs (Maybe SortOrder) Source #
The sort order for the results.
listInferenceRecommendationsJobs_statusEquals :: Lens' ListInferenceRecommendationsJobs (Maybe RecommendationJobStatus) Source #
A filter that retrieves only inference recommendations jobs with a specific status.
Destructuring the Response
data ListInferenceRecommendationsJobsResponse Source #
See: newListInferenceRecommendationsJobsResponse smart constructor.
Constructors
| ListInferenceRecommendationsJobsResponse' | |
Fields 
  | |
Instances
newListInferenceRecommendationsJobsResponse Source #
Arguments
| :: Int | |
| -> ListInferenceRecommendationsJobsResponse | 
Create a value of ListInferenceRecommendationsJobsResponse 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:
ListInferenceRecommendationsJobs, listInferenceRecommendationsJobsResponse_nextToken - A token for getting the next set of recommendations, if there are any.
$sel:httpStatus:ListInferenceRecommendationsJobsResponse', listInferenceRecommendationsJobsResponse_httpStatus - The response's http status code.
$sel:inferenceRecommendationsJobs:ListInferenceRecommendationsJobsResponse', listInferenceRecommendationsJobsResponse_inferenceRecommendationsJobs - The recommendations created from the Amazon SageMaker Inference
 Recommender job.
Response Lenses
listInferenceRecommendationsJobsResponse_nextToken :: Lens' ListInferenceRecommendationsJobsResponse (Maybe Text) Source #
A token for getting the next set of recommendations, if there are any.
listInferenceRecommendationsJobsResponse_httpStatus :: Lens' ListInferenceRecommendationsJobsResponse Int Source #
The response's http status code.
listInferenceRecommendationsJobsResponse_inferenceRecommendationsJobs :: Lens' ListInferenceRecommendationsJobsResponse [InferenceRecommendationsJob] Source #
The recommendations created from the Amazon SageMaker Inference Recommender job.