public static interface AcceptChoice.Builder extends SdkPojo, CopyableBuilder<AcceptChoice.Builder,AcceptChoice>
| Modifier and Type | Method and Description |
|---|---|
AcceptChoice.Builder |
predictionChoice(Integer predictionChoice)
Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
|
AcceptChoice.Builder |
predictionTarget(String predictionTarget)
Specifies the target (for example, a column name) where a prediction can be accepted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceptChoice.Builder predictionChoice(Integer predictionChoice)
Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
predictionChoice - Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.AcceptChoice.Builder predictionTarget(String predictionTarget)
Specifies the target (for example, a column name) where a prediction can be accepted.
predictionTarget - Specifies the target (for example, a column name) where a prediction can be accepted.Copyright © 2023. All rights reserved.