| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment |
Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in
machines from sensor data for use in predictive maintenance.
|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListInferenceExecutionsResult> |
AbstractAmazonLookoutEquipmentAsync.listInferenceExecutionsAsync(ListInferenceExecutionsRequest request,
AsyncHandler<ListInferenceExecutionsRequest,ListInferenceExecutionsResult> asyncHandler) |
Future<ListInferenceExecutionsResult> |
AmazonLookoutEquipmentAsyncClient.listInferenceExecutionsAsync(ListInferenceExecutionsRequest request,
AsyncHandler<ListInferenceExecutionsRequest,ListInferenceExecutionsResult> asyncHandler) |
Future<ListInferenceExecutionsResult> |
AmazonLookoutEquipmentAsync.listInferenceExecutionsAsync(ListInferenceExecutionsRequest listInferenceExecutionsRequest,
AsyncHandler<ListInferenceExecutionsRequest,ListInferenceExecutionsResult> asyncHandler)
Lists all inference executions that have been performed by the specified inference scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
ListInferenceExecutionsRequest |
ListInferenceExecutionsRequest.clone() |
ListInferenceExecutionsRequest |
ListInferenceExecutionsRequest.withDataEndTimeBefore(Date dataEndTimeBefore)
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference
execution.
|
ListInferenceExecutionsRequest |
ListInferenceExecutionsRequest.withDataStartTimeAfter(Date dataStartTimeAfter)
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference
execution.
|
ListInferenceExecutionsRequest |
ListInferenceExecutionsRequest.withInferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler for the inference execution listed.
|
ListInferenceExecutionsRequest |
ListInferenceExecutionsRequest.withMaxResults(Integer maxResults)
Specifies the maximum number of inference executions to list.
|
ListInferenceExecutionsRequest |
ListInferenceExecutionsRequest.withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
|
ListInferenceExecutionsRequest |
ListInferenceExecutionsRequest.withStatus(InferenceExecutionStatus status)
The status of the inference execution.
|
ListInferenceExecutionsRequest |
ListInferenceExecutionsRequest.withStatus(String status)
The status of the inference execution.
|
Copyright © 2024. All rights reserved.