@Generated(value="software.amazon.awssdk:codegen") public final class AcceptChoice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AcceptChoice.Builder,AcceptChoice>
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AcceptChoice.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AcceptChoice.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
predictionChoice()
Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
|
String |
predictionTarget()
Specifies the target (for example, a column name) where a prediction can be accepted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AcceptChoice.Builder> |
serializableBuilderClass() |
AcceptChoice.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer predictionChoice()
Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
public final String predictionTarget()
Specifies the target (for example, a column name) where a prediction can be accepted.
public AcceptChoice.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AcceptChoice.Builder,AcceptChoice>public static AcceptChoice.Builder builder()
public static Class<? extends AcceptChoice.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.