| 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.LookoutEquipment.ListInferenceExecutions
Description
Lists all inference executions that have been performed by the specified inference scheduler.
Synopsis
- data ListInferenceExecutions = ListInferenceExecutions' {}
- newListInferenceExecutions :: Text -> ListInferenceExecutions
- listInferenceExecutions_dataEndTimeBefore :: Lens' ListInferenceExecutions (Maybe UTCTime)
- listInferenceExecutions_dataStartTimeAfter :: Lens' ListInferenceExecutions (Maybe UTCTime)
- listInferenceExecutions_maxResults :: Lens' ListInferenceExecutions (Maybe Natural)
- listInferenceExecutions_nextToken :: Lens' ListInferenceExecutions (Maybe Text)
- listInferenceExecutions_status :: Lens' ListInferenceExecutions (Maybe InferenceExecutionStatus)
- listInferenceExecutions_inferenceSchedulerName :: Lens' ListInferenceExecutions Text
- data ListInferenceExecutionsResponse = ListInferenceExecutionsResponse' {}
- newListInferenceExecutionsResponse :: Int -> ListInferenceExecutionsResponse
- listInferenceExecutionsResponse_inferenceExecutionSummaries :: Lens' ListInferenceExecutionsResponse (Maybe [InferenceExecutionSummary])
- listInferenceExecutionsResponse_nextToken :: Lens' ListInferenceExecutionsResponse (Maybe Text)
- listInferenceExecutionsResponse_httpStatus :: Lens' ListInferenceExecutionsResponse Int
Creating a Request
data ListInferenceExecutions Source #
See: newListInferenceExecutions smart constructor.
Constructors
| ListInferenceExecutions' | |
Fields
| |
Instances
newListInferenceExecutions Source #
Arguments
| :: Text | |
| -> ListInferenceExecutions |
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:dataEndTimeBefore:ListInferenceExecutions', listInferenceExecutions_dataEndTimeBefore - The time reference in the inferenced dataset before which Amazon Lookout
for Equipment stopped the inference execution.
$sel:dataStartTimeAfter:ListInferenceExecutions', listInferenceExecutions_dataStartTimeAfter - The time reference in the inferenced dataset after which Amazon Lookout
for Equipment started the inference execution.
$sel:maxResults:ListInferenceExecutions', listInferenceExecutions_maxResults - Specifies the maximum number of inference executions to list.
ListInferenceExecutions, listInferenceExecutions_nextToken - An opaque pagination token indicating where to continue the listing of
inference executions.
ListInferenceExecutions, listInferenceExecutions_status - The status of the inference execution.
ListInferenceExecutions, listInferenceExecutions_inferenceSchedulerName - The name of the inference scheduler for the inference execution listed.
Request Lenses
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_dataStartTimeAfter :: Lens' ListInferenceExecutions (Maybe UTCTime) Source #
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
listInferenceExecutions_maxResults :: Lens' ListInferenceExecutions (Maybe Natural) Source #
Specifies the maximum number of inference executions to list.
listInferenceExecutions_nextToken :: Lens' ListInferenceExecutions (Maybe Text) Source #
An opaque pagination token indicating where to continue the listing of inference executions.
listInferenceExecutions_status :: Lens' ListInferenceExecutions (Maybe InferenceExecutionStatus) Source #
The status of 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.
Constructors
| ListInferenceExecutionsResponse' | |
Fields
| |
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: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.
ListInferenceExecutions, listInferenceExecutionsResponse_nextToken - An opaque pagination token indicating where to continue the listing of
inference executions.
$sel:httpStatus:ListInferenceExecutionsResponse', listInferenceExecutionsResponse_httpStatus - The response's http status code.
Response Lenses
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_nextToken :: Lens' ListInferenceExecutionsResponse (Maybe Text) Source #
An opaque pagination token indicating where to continue the listing of inference executions.
listInferenceExecutionsResponse_httpStatus :: Lens' ListInferenceExecutionsResponse Int Source #
The response's http status code.