Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsResponse
-
Packages that use ListInferenceExecutionsResponse 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 -
-
Uses of ListInferenceExecutionsResponse in software.amazon.awssdk.services.lookoutequipment
Methods in software.amazon.awssdk.services.lookoutequipment that return ListInferenceExecutionsResponse Modifier and Type Method Description default ListInferenceExecutionsResponseLookoutEquipmentClient. listInferenceExecutions(Consumer<ListInferenceExecutionsRequest.Builder> 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.Methods in software.amazon.awssdk.services.lookoutequipment that return types with arguments of type ListInferenceExecutionsResponse Modifier and Type Method 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. -
Uses of ListInferenceExecutionsResponse in software.amazon.awssdk.services.lookoutequipment.paginators
Methods in software.amazon.awssdk.services.lookoutequipment.paginators that return types with arguments of type ListInferenceExecutionsResponse Modifier and Type Method Description Iterator<ListInferenceExecutionsResponse>ListInferenceExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.lookoutequipment.paginators with type arguments of type ListInferenceExecutionsResponse Modifier and Type Method Description voidListInferenceExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInferenceExecutionsResponse> subscriber)
-