Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest
-
Packages that use ListInferenceExecutionsRequest 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 -
-
Uses of ListInferenceExecutionsRequest in software.amazon.awssdk.services.lookoutequipment
Methods in software.amazon.awssdk.services.lookoutequipment with parameters of type ListInferenceExecutionsRequest Modifier and Type Method Description default CompletableFuture<ListInferenceExecutionsResponse>LookoutEquipmentAsyncClient. listInferenceExecutions(ListInferenceExecutionsRequest listInferenceExecutionsRequest)Lists all inference executions that have been performed by the specified inference scheduler.default ListInferenceExecutionsResponseLookoutEquipmentClient. listInferenceExecutions(ListInferenceExecutionsRequest listInferenceExecutionsRequest)Lists all inference executions that have been performed by the specified inference scheduler.default ListInferenceExecutionsPublisherLookoutEquipmentAsyncClient. listInferenceExecutionsPaginator(ListInferenceExecutionsRequest listInferenceExecutionsRequest)default ListInferenceExecutionsIterableLookoutEquipmentClient. listInferenceExecutionsPaginator(ListInferenceExecutionsRequest listInferenceExecutionsRequest) -
Uses of ListInferenceExecutionsRequest in software.amazon.awssdk.services.lookoutequipment.paginators
Constructors in software.amazon.awssdk.services.lookoutequipment.paginators with parameters of type ListInferenceExecutionsRequest Constructor Description ListInferenceExecutionsIterable(LookoutEquipmentClient client, ListInferenceExecutionsRequest firstRequest)ListInferenceExecutionsPublisher(LookoutEquipmentAsyncClient client, ListInferenceExecutionsRequest firstRequest) -
Uses of ListInferenceExecutionsRequest in software.amazon.awssdk.services.lookoutequipment.transform
Methods in software.amazon.awssdk.services.lookoutequipment.transform with parameters of type ListInferenceExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestListInferenceExecutionsRequestMarshaller. marshall(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
-