@Generated(value="software.amazon.awssdk:codegen") public final class RescoreExecutionPlanSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RescoreExecutionPlanSummary.Builder,RescoreExecutionPlanSummary>
Summary information for a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking
resource used for provisioning the Rescore API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RescoreExecutionPlanSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RescoreExecutionPlanSummary.Builder |
builder() |
Instant |
createdAt()
The Unix timestamp when the rescore execution plan was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the rescore execution plan.
|
String |
name()
The name of the rescore execution plan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RescoreExecutionPlanSummary.Builder> |
serializableBuilderClass() |
RescoreExecutionPlanStatus |
status()
The current status of the rescore execution plan.
|
String |
statusAsString()
The current status of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The Unix timestamp when the rescore execution plan was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the rescore execution plan.
public final String id()
The identifier of the rescore execution plan.
public final Instant createdAt()
The Unix timestamp when the rescore execution plan was created.
public final Instant updatedAt()
The Unix timestamp when the rescore execution plan was last updated.
public final RescoreExecutionPlanStatus status()
The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution
plan is ready for use.
If the service returns an enum value that is not available in the current SDK version, status will
return RescoreExecutionPlanStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ACTIVE, the rescore
execution plan is ready for use.RescoreExecutionPlanStatuspublic final String statusAsString()
The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution
plan is ready for use.
If the service returns an enum value that is not available in the current SDK version, status will
return RescoreExecutionPlanStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ACTIVE, the rescore
execution plan is ready for use.RescoreExecutionPlanStatuspublic RescoreExecutionPlanSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RescoreExecutionPlanSummary.Builder,RescoreExecutionPlanSummary>public static RescoreExecutionPlanSummary.Builder builder()
public static Class<? extends RescoreExecutionPlanSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.