| 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.ListInferenceEvents
Description
Lists all inference events that have been found for the specified inference scheduler.
Synopsis
- data ListInferenceEvents = ListInferenceEvents' {}
- newListInferenceEvents :: Text -> UTCTime -> UTCTime -> ListInferenceEvents
- listInferenceEvents_maxResults :: Lens' ListInferenceEvents (Maybe Natural)
- listInferenceEvents_nextToken :: Lens' ListInferenceEvents (Maybe Text)
- listInferenceEvents_inferenceSchedulerName :: Lens' ListInferenceEvents Text
- listInferenceEvents_intervalStartTime :: Lens' ListInferenceEvents UTCTime
- listInferenceEvents_intervalEndTime :: Lens' ListInferenceEvents UTCTime
- data ListInferenceEventsResponse = ListInferenceEventsResponse' {}
- newListInferenceEventsResponse :: Int -> ListInferenceEventsResponse
- listInferenceEventsResponse_inferenceEventSummaries :: Lens' ListInferenceEventsResponse (Maybe [InferenceEventSummary])
- listInferenceEventsResponse_nextToken :: Lens' ListInferenceEventsResponse (Maybe Text)
- listInferenceEventsResponse_httpStatus :: Lens' ListInferenceEventsResponse Int
Creating a Request
data ListInferenceEvents Source #
See: newListInferenceEvents smart constructor.
Constructors
| ListInferenceEvents' | |
Fields
| |
Instances
newListInferenceEvents Source #
Arguments
| :: Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> ListInferenceEvents |
Create a value of ListInferenceEvents 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:ListInferenceEvents', listInferenceEvents_maxResults - Specifies the maximum number of inference events to list.
ListInferenceEvents, listInferenceEvents_nextToken - An opaque pagination token indicating where to continue the listing of
inference events.
ListInferenceEvents, listInferenceEvents_inferenceSchedulerName - The name of the inference scheduler for the inference events listed.
$sel:intervalStartTime:ListInferenceEvents', listInferenceEvents_intervalStartTime - Lookout for Equipment will return all the inference events with an end
time equal to or greater than the start time given.
$sel:intervalEndTime:ListInferenceEvents', listInferenceEvents_intervalEndTime - Returns all the inference events with an end start time equal to or
greater than less than the end time given
Request Lenses
listInferenceEvents_maxResults :: Lens' ListInferenceEvents (Maybe Natural) Source #
Specifies the maximum number of inference events to list.
listInferenceEvents_nextToken :: Lens' ListInferenceEvents (Maybe Text) Source #
An opaque pagination token indicating where to continue the listing of inference events.
listInferenceEvents_inferenceSchedulerName :: Lens' ListInferenceEvents Text Source #
The name of the inference scheduler for the inference events listed.
listInferenceEvents_intervalStartTime :: Lens' ListInferenceEvents UTCTime Source #
Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.
listInferenceEvents_intervalEndTime :: Lens' ListInferenceEvents UTCTime Source #
Returns all the inference events with an end start time equal to or greater than less than the end time given
Destructuring the Response
data ListInferenceEventsResponse Source #
See: newListInferenceEventsResponse smart constructor.
Constructors
| ListInferenceEventsResponse' | |
Fields
| |
Instances
newListInferenceEventsResponse Source #
Create a value of ListInferenceEventsResponse 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:inferenceEventSummaries:ListInferenceEventsResponse', listInferenceEventsResponse_inferenceEventSummaries - Provides an array of information about the individual inference events
returned from the ListInferenceEvents operation, including scheduler
used, event start time, event end time, diagnostics, and so on.
ListInferenceEvents, listInferenceEventsResponse_nextToken - An opaque pagination token indicating where to continue the listing of
inference executions.
$sel:httpStatus:ListInferenceEventsResponse', listInferenceEventsResponse_httpStatus - The response's http status code.
Response Lenses
listInferenceEventsResponse_inferenceEventSummaries :: Lens' ListInferenceEventsResponse (Maybe [InferenceEventSummary]) Source #
Provides an array of information about the individual inference events
returned from the ListInferenceEvents operation, including scheduler
used, event start time, event end time, diagnostics, and so on.
listInferenceEventsResponse_nextToken :: Lens' ListInferenceEventsResponse (Maybe Text) Source #
An opaque pagination token indicating where to continue the listing of inference executions.
listInferenceEventsResponse_httpStatus :: Lens' ListInferenceEventsResponse Int Source #
The response's http status code.