| 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 |
|---|---|
ListInferenceExecutionsResult |
AmazonLookoutEquipment.listInferenceExecutions(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
ListInferenceExecutionsResult |
AbstractAmazonLookoutEquipment.listInferenceExecutions(ListInferenceExecutionsRequest request) |
ListInferenceExecutionsResult |
AmazonLookoutEquipmentClient.listInferenceExecutions(ListInferenceExecutionsRequest request)
Lists all inference executions that have been performed by the specified inference scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListInferenceExecutionsResult> |
AmazonLookoutEquipmentAsync.listInferenceExecutionsAsync(ListInferenceExecutionsRequest listInferenceExecutionsRequest,
AsyncHandler<ListInferenceExecutionsRequest,ListInferenceExecutionsResult> asyncHandler)
Lists all inference executions that have been performed by the specified inference scheduler.
|
Future<ListInferenceExecutionsResult> |
AmazonLookoutEquipmentAsyncClient.listInferenceExecutionsAsync(ListInferenceExecutionsRequest request,
AsyncHandler<ListInferenceExecutionsRequest,ListInferenceExecutionsResult> asyncHandler) |
Future<ListInferenceExecutionsResult> |
AbstractAmazonLookoutEquipmentAsync.listInferenceExecutionsAsync(ListInferenceExecutionsRequest request,
AsyncHandler<ListInferenceExecutionsRequest,ListInferenceExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListInferenceExecutionsResult |
ListInferenceExecutionsResult.clone() |
ListInferenceExecutionsResult |
ListInferenceExecutionsResult.withInferenceExecutionSummaries(Collection<InferenceExecutionSummary> 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. |
ListInferenceExecutionsResult |
ListInferenceExecutionsResult.withInferenceExecutionSummaries(InferenceExecutionSummary... 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. |
ListInferenceExecutionsResult |
ListInferenceExecutionsResult.withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
|
Copyright © 2021. All rights reserved.