| 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.Personalize.ListBatchInferenceJobs
Description
Gets a list of the batch inference jobs that have been performed off of a solution version.
This operation returns paginated results.
Synopsis
- data ListBatchInferenceJobs = ListBatchInferenceJobs' {}
- newListBatchInferenceJobs :: ListBatchInferenceJobs
- listBatchInferenceJobs_maxResults :: Lens' ListBatchInferenceJobs (Maybe Natural)
- listBatchInferenceJobs_nextToken :: Lens' ListBatchInferenceJobs (Maybe Text)
- listBatchInferenceJobs_solutionVersionArn :: Lens' ListBatchInferenceJobs (Maybe Text)
- data ListBatchInferenceJobsResponse = ListBatchInferenceJobsResponse' {}
- newListBatchInferenceJobsResponse :: Int -> ListBatchInferenceJobsResponse
- listBatchInferenceJobsResponse_batchInferenceJobs :: Lens' ListBatchInferenceJobsResponse (Maybe [BatchInferenceJobSummary])
- listBatchInferenceJobsResponse_nextToken :: Lens' ListBatchInferenceJobsResponse (Maybe Text)
- listBatchInferenceJobsResponse_httpStatus :: Lens' ListBatchInferenceJobsResponse Int
Creating a Request
data ListBatchInferenceJobs Source #
See: newListBatchInferenceJobs smart constructor.
Constructors
| ListBatchInferenceJobs' | |
Fields
| |
Instances
newListBatchInferenceJobs :: ListBatchInferenceJobs Source #
Create a value of ListBatchInferenceJobs 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:ListBatchInferenceJobs', listBatchInferenceJobs_maxResults - The maximum number of batch inference job results to return in each
page. The default value is 100.
ListBatchInferenceJobs, listBatchInferenceJobs_nextToken - The token to request the next page of results.
ListBatchInferenceJobs, listBatchInferenceJobs_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version from which the
batch inference jobs were created.
Request Lenses
listBatchInferenceJobs_maxResults :: Lens' ListBatchInferenceJobs (Maybe Natural) Source #
The maximum number of batch inference job results to return in each page. The default value is 100.
listBatchInferenceJobs_nextToken :: Lens' ListBatchInferenceJobs (Maybe Text) Source #
The token to request the next page of results.
listBatchInferenceJobs_solutionVersionArn :: Lens' ListBatchInferenceJobs (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
Destructuring the Response
data ListBatchInferenceJobsResponse Source #
See: newListBatchInferenceJobsResponse smart constructor.
Constructors
| ListBatchInferenceJobsResponse' | |
Fields
| |
Instances
newListBatchInferenceJobsResponse Source #
Create a value of ListBatchInferenceJobsResponse 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:batchInferenceJobs:ListBatchInferenceJobsResponse', listBatchInferenceJobsResponse_batchInferenceJobs - A list containing information on each job that is returned.
ListBatchInferenceJobs, listBatchInferenceJobsResponse_nextToken - The token to use to retrieve the next page of results. The value is
null when there are no more results to return.
$sel:httpStatus:ListBatchInferenceJobsResponse', listBatchInferenceJobsResponse_httpStatus - The response's http status code.
Response Lenses
listBatchInferenceJobsResponse_batchInferenceJobs :: Lens' ListBatchInferenceJobsResponse (Maybe [BatchInferenceJobSummary]) Source #
A list containing information on each job that is returned.
listBatchInferenceJobsResponse_nextToken :: Lens' ListBatchInferenceJobsResponse (Maybe Text) Source #
The token to use to retrieve the next page of results. The value is
null when there are no more results to return.
listBatchInferenceJobsResponse_httpStatus :: Lens' ListBatchInferenceJobsResponse Int Source #
The response's http status code.