| 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 | |
| software.amazon.awssdk.services.lookoutequipment.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInferenceExecutionsResponse> |
LookoutEquipmentAsyncClient.listInferenceExecutions(ListInferenceExecutionsRequest 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.
|
default ListInferenceExecutionsPublisher |
LookoutEquipmentAsyncClient.listInferenceExecutionsPaginator(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
default ListInferenceExecutionsIterable |
LookoutEquipmentClient.listInferenceExecutionsPaginator(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
| Constructor and Description |
|---|
ListInferenceExecutionsIterable(LookoutEquipmentClient client,
ListInferenceExecutionsRequest firstRequest) |
ListInferenceExecutionsPublisher(LookoutEquipmentAsyncClient client,
ListInferenceExecutionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListInferenceExecutionsRequestMarshaller.marshall(ListInferenceExecutionsRequest listInferenceExecutionsRequest) |
Copyright © 2022. All rights reserved.