Class ListInferenceExecutionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest
-
- software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListInferenceExecutionsRequest.Builder,ListInferenceExecutionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListInferenceExecutionsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListInferenceExecutionsRequest.Builder,ListInferenceExecutionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListInferenceExecutionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListInferenceExecutionsRequest.Builderbuilder()InstantdataEndTimeBefore()The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.InstantdataStartTimeAfter()The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinferenceSchedulerName()The name of the inference scheduler for the inference execution listed.IntegermaxResults()Specifies the maximum number of inference executions to list.StringnextToken()An opaque pagination token indicating where to continue the listing of inference executions.List<SdkField<?>>sdkFields()static Class<? extends ListInferenceExecutionsRequest.Builder>serializableBuilderClass()InferenceExecutionStatusstatus()The status of the inference execution.StringstatusAsString()The status of the inference execution.ListInferenceExecutionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final String nextToken()
An opaque pagination token indicating where to continue the listing of inference executions.
- Returns:
- An opaque pagination token indicating where to continue the listing of inference executions.
-
maxResults
public final Integer maxResults()
Specifies the maximum number of inference executions to list.
- Returns:
- Specifies the maximum number of inference executions to list.
-
inferenceSchedulerName
public final String inferenceSchedulerName()
The name of the inference scheduler for the inference execution listed.
- Returns:
- The name of the inference scheduler for the inference execution listed.
-
dataStartTimeAfter
public final Instant dataStartTimeAfter()
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
- Returns:
- The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
-
dataEndTimeBefore
public final Instant dataEndTimeBefore()
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.
- Returns:
- The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.
-
status
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,
statuswill returnInferenceExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the inference execution.
- See Also:
InferenceExecutionStatus
-
statusAsString
public 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,
statuswill returnInferenceExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the inference execution.
- See Also:
InferenceExecutionStatus
-
toBuilder
public ListInferenceExecutionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListInferenceExecutionsRequest.Builder,ListInferenceExecutionsRequest>- Specified by:
toBuilderin classLookoutEquipmentRequest
-
builder
public static ListInferenceExecutionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListInferenceExecutionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-