| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.lookoutequipment.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListInferenceExecutionsResponse |
LookoutEquipmentClient.listInferenceExecutions(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
default ListInferenceExecutionsResponse |
LookoutEquipmentClient.listInferenceExecutions(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInferenceExecutionsResponse> |
LookoutEquipmentAsyncClient.listInferenceExecutions(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
default CompletableFuture<ListInferenceExecutionsResponse> |
LookoutEquipmentAsyncClient.listInferenceExecutions(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInferenceExecutionsResponse> |
ListInferenceExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInferenceExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInferenceExecutionsResponse> subscriber) |
Copyright © 2022. All rights reserved.