public static interface ListInferenceExecutionsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListInferenceExecutionsRequest.Builder,ListInferenceExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListInferenceExecutionsRequest.Builder |
dataEndTimeBefore(Instant dataEndTimeBefore)
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference
execution.
|
ListInferenceExecutionsRequest.Builder |
dataStartTimeAfter(Instant dataStartTimeAfter)
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference
execution.
|
ListInferenceExecutionsRequest.Builder |
inferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler for the inference execution listed.
|
ListInferenceExecutionsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of inference executions to list.
|
ListInferenceExecutionsRequest.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
|
ListInferenceExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInferenceExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListInferenceExecutionsRequest.Builder |
status(InferenceExecutionStatus status)
The status of the inference execution.
|
ListInferenceExecutionsRequest.Builder |
status(String status)
The status of the inference execution.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInferenceExecutionsRequest.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
nextToken - An opaque pagination token indicating where to continue the listing of inference executions.ListInferenceExecutionsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of inference executions to list.
maxResults - Specifies the maximum number of inference executions to list.ListInferenceExecutionsRequest.Builder inferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler for the inference execution listed.
inferenceSchedulerName - The name of the inference scheduler for the inference execution listed.ListInferenceExecutionsRequest.Builder dataStartTimeAfter(Instant dataStartTimeAfter)
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
dataStartTimeAfter - The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the
inference execution.ListInferenceExecutionsRequest.Builder dataEndTimeBefore(Instant dataEndTimeBefore)
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.
dataEndTimeBefore - The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the
inference execution.ListInferenceExecutionsRequest.Builder status(String status)
The status of the inference execution.
status - The status of the inference execution.InferenceExecutionStatus,
InferenceExecutionStatusListInferenceExecutionsRequest.Builder status(InferenceExecutionStatus status)
The status of the inference execution.
status - The status of the inference execution.InferenceExecutionStatus,
InferenceExecutionStatusListInferenceExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInferenceExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.