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 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_nextToken :: Lens' ListBatchInferenceJobs (Maybe Text)
- listBatchInferenceJobs_maxResults :: Lens' ListBatchInferenceJobs (Maybe Natural)
- 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.
ListBatchInferenceJobs' | |
|
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:nextToken:ListBatchInferenceJobs'
, listBatchInferenceJobs_nextToken
- The token to request the next page of results.
$sel:maxResults:ListBatchInferenceJobs'
, listBatchInferenceJobs_maxResults
- The maximum number of batch inference job results to return in each
page. The default value is 100.
$sel:solutionVersionArn:ListBatchInferenceJobs'
, listBatchInferenceJobs_solutionVersionArn
- The Amazon Resource Name (ARN) of the solution version from which the
batch inference jobs were created.
Request Lenses
listBatchInferenceJobs_nextToken :: Lens' ListBatchInferenceJobs (Maybe Text) Source #
The token to request the next page of results.
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_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.
ListBatchInferenceJobsResponse' | |
|
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.
$sel:nextToken: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.