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 |
Lists all inference executions that have been performed by the specified inference scheduler.
Synopsis
- data ListInferenceExecutions = ListInferenceExecutions' {}
- newListInferenceExecutions :: Text -> ListInferenceExecutions
- listInferenceExecutions_status :: Lens' ListInferenceExecutions (Maybe InferenceExecutionStatus)
- listInferenceExecutions_dataEndTimeBefore :: Lens' ListInferenceExecutions (Maybe UTCTime)
- listInferenceExecutions_nextToken :: Lens' ListInferenceExecutions (Maybe Text)
- listInferenceExecutions_maxResults :: Lens' ListInferenceExecutions (Maybe Natural)
- listInferenceExecutions_dataStartTimeAfter :: Lens' ListInferenceExecutions (Maybe UTCTime)
- listInferenceExecutions_inferenceSchedulerName :: Lens' ListInferenceExecutions Text
- data ListInferenceExecutionsResponse = ListInferenceExecutionsResponse' {}
- newListInferenceExecutionsResponse :: Int -> ListInferenceExecutionsResponse
- listInferenceExecutionsResponse_nextToken :: Lens' ListInferenceExecutionsResponse (Maybe Text)
- listInferenceExecutionsResponse_inferenceExecutionSummaries :: Lens' ListInferenceExecutionsResponse (Maybe [InferenceExecutionSummary])
- listInferenceExecutionsResponse_httpStatus :: Lens' ListInferenceExecutionsResponse Int
Creating a Request
data ListInferenceExecutions Source #
See: newListInferenceExecutions
smart constructor.
ListInferenceExecutions' | |
|
Instances
newListInferenceExecutions Source #
Create a value of ListInferenceExecutions
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:status:ListInferenceExecutions'
, listInferenceExecutions_status
- The status of the inference execution.
$sel:dataEndTimeBefore:ListInferenceExecutions'
, listInferenceExecutions_dataEndTimeBefore
- The time reference in the inferenced dataset before which Amazon Lookout
for Equipment stopped the inference execution.
$sel:nextToken:ListInferenceExecutions'
, listInferenceExecutions_nextToken
- An opaque pagination token indicating where to continue the listing of
inference executions.
$sel:maxResults:ListInferenceExecutions'
, listInferenceExecutions_maxResults
- Specifies the maximum number of inference executions to list.
$sel:dataStartTimeAfter:ListInferenceExecutions'
, listInferenceExecutions_dataStartTimeAfter
- The time reference in the inferenced dataset after which Amazon Lookout
for Equipment started the inference execution.
$sel:inferenceSchedulerName:ListInferenceExecutions'
, listInferenceExecutions_inferenceSchedulerName
- The name of the inference scheduler for the inference execution listed.
Request Lenses
listInferenceExecutions_status :: Lens' ListInferenceExecutions (Maybe InferenceExecutionStatus) Source #
The status of the inference execution.
listInferenceExecutions_dataEndTimeBefore :: Lens' ListInferenceExecutions (Maybe UTCTime) Source #
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.
listInferenceExecutions_nextToken :: Lens' ListInferenceExecutions (Maybe Text) Source #
An opaque pagination token indicating where to continue the listing of inference executions.
listInferenceExecutions_maxResults :: Lens' ListInferenceExecutions (Maybe Natural) Source #
Specifies the maximum number of inference executions to list.
listInferenceExecutions_dataStartTimeAfter :: Lens' ListInferenceExecutions (Maybe UTCTime) Source #
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
listInferenceExecutions_inferenceSchedulerName :: Lens' ListInferenceExecutions Text Source #
The name of the inference scheduler for the inference execution listed.
Destructuring the Response
data ListInferenceExecutionsResponse Source #
See: newListInferenceExecutionsResponse
smart constructor.
ListInferenceExecutionsResponse' | |
|
Instances
newListInferenceExecutionsResponse Source #
Create a value of ListInferenceExecutionsResponse
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:ListInferenceExecutions'
, listInferenceExecutionsResponse_nextToken
- An opaque pagination token indicating where to continue the listing of
inference executions.
$sel:inferenceExecutionSummaries:ListInferenceExecutionsResponse'
, listInferenceExecutionsResponse_inferenceExecutionSummaries
- Provides an array of information about the individual inference
executions returned from the ListInferenceExecutions
operation,
including model used, inference scheduler, data configuration, and so
on.
$sel:httpStatus:ListInferenceExecutionsResponse'
, listInferenceExecutionsResponse_httpStatus
- The response's http status code.
Response Lenses
listInferenceExecutionsResponse_nextToken :: Lens' ListInferenceExecutionsResponse (Maybe Text) Source #
An opaque pagination token indicating where to continue the listing of inference executions.
listInferenceExecutionsResponse_inferenceExecutionSummaries :: Lens' ListInferenceExecutionsResponse (Maybe [InferenceExecutionSummary]) Source #
Provides an array of information about the individual inference
executions returned from the ListInferenceExecutions
operation,
including model used, inference scheduler, data configuration, and so
on.
listInferenceExecutionsResponse_httpStatus :: Lens' ListInferenceExecutionsResponse Int Source #
The response's http status code.