| 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 |
| 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 ListInferenceExecutionsResponse |
LookoutEquipmentClient.listInferenceExecutions(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
default ListInferenceExecutionsPublisher |
LookoutEquipmentAsyncClient.listInferenceExecutionsPaginator(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
default ListInferenceExecutionsIterable |
LookoutEquipmentClient.listInferenceExecutionsPaginator(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
static ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.builder() |
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.Builder.dataEndTimeBefore(Instant dataEndTimeBefore)
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference
execution.
|
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.Builder.dataStartTimeAfter(Instant dataStartTimeAfter)
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference
execution.
|
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.Builder.inferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler for the inference execution listed.
|
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.Builder.maxResults(Integer maxResults)
Specifies the maximum number of inference executions to list.
|
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.Builder.nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
|
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.Builder.status(InferenceExecutionStatus status)
The status of the inference execution.
|
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.Builder.status(String status)
The status of the inference execution.
|
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInferenceExecutionsRequest.Builder> |
ListInferenceExecutionsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.