Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest.Builder
-
Packages that use ListInferenceExecutionsRequest.Builder 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.model -
-
Uses of ListInferenceExecutionsRequest.Builder in software.amazon.awssdk.services.lookoutequipment
Method parameters in software.amazon.awssdk.services.lookoutequipment with type arguments of type ListInferenceExecutionsRequest.Builder 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 ListInferenceExecutionsResponseLookoutEquipmentClient. listInferenceExecutions(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)Lists all inference executions that have been performed by the specified inference scheduler.default ListInferenceExecutionsPublisherLookoutEquipmentAsyncClient. listInferenceExecutionsPaginator(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)default ListInferenceExecutionsIterableLookoutEquipmentClient. listInferenceExecutionsPaginator(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest) -
Uses of ListInferenceExecutionsRequest.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return ListInferenceExecutionsRequest.Builder Modifier and Type Method Description static ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest. builder()ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest.Builder. dataEndTimeBefore(Instant dataEndTimeBefore)The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest.Builder. dataStartTimeAfter(Instant dataStartTimeAfter)The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest.Builder. inferenceSchedulerName(String inferenceSchedulerName)The name of the inference scheduler for the inference execution listed.ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest.Builder. maxResults(Integer maxResults)Specifies the maximum number of inference executions to list.ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest.Builder. nextToken(String nextToken)An opaque pagination token indicating where to continue the listing of inference executions.ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest.Builder. status(String status)The status of the inference execution.ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest.Builder. status(InferenceExecutionStatus status)The status of the inference execution.ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type ListInferenceExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListInferenceExecutionsRequest.Builder>ListInferenceExecutionsRequest. serializableBuilderClass()
-