@Generated(value="software.amazon.awssdk:codegen") public final class ListInferenceExecutionsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListInferenceExecutionsRequest.Builder,ListInferenceExecutionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListInferenceExecutionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListInferenceExecutionsRequest.Builder |
builder() |
Instant |
dataEndTimeBefore()
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference
execution.
|
Instant |
dataStartTimeAfter()
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference
execution.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inferenceSchedulerName()
The name of the inference scheduler for the inference execution listed.
|
Integer |
maxResults()
Specifies the maximum number of inference executions to list.
|
String |
nextToken()
An opaque pagination token indicating where to continue the listing of inference executions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListInferenceExecutionsRequest.Builder> |
serializableBuilderClass() |
InferenceExecutionStatus |
status()
The status of the inference execution.
|
String |
statusAsString()
The status of the inference execution.
|
ListInferenceExecutionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
An opaque pagination token indicating where to continue the listing of inference executions.
public final Integer maxResults()
Specifies the maximum number of inference executions to list.
public final String inferenceSchedulerName()
The name of the inference scheduler for the inference execution listed.
public final Instant dataStartTimeAfter()
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
public final Instant dataEndTimeBefore()
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.
public final InferenceExecutionStatus status()
The status of the inference execution.
If the service returns an enum value that is not available in the current SDK version, status will
return InferenceExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
InferenceExecutionStatuspublic final String statusAsString()
The status of the inference execution.
If the service returns an enum value that is not available in the current SDK version, status will
return InferenceExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
InferenceExecutionStatuspublic ListInferenceExecutionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListInferenceExecutionsRequest.Builder,ListInferenceExecutionsRequest>toBuilder in class LookoutEquipmentRequestpublic static ListInferenceExecutionsRequest.Builder builder()
public static Class<? extends ListInferenceExecutionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.