public static interface RejectChoice.Builder extends SdkPojo, CopyableBuilder<RejectChoice.Builder,RejectChoice>
| Modifier and Type | Method and Description |
|---|---|
RejectChoice.Builder |
predictionChoices(Collection<Integer> predictionChoices)
Specifies the the automatically generated business metadata that can be rejected.
|
RejectChoice.Builder |
predictionChoices(Integer... predictionChoices)
Specifies the the automatically generated business metadata that can be rejected.
|
RejectChoice.Builder |
predictionTarget(String predictionTarget)
Specifies the target (for example, a column name) where a prediction can be rejected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRejectChoice.Builder predictionChoices(Collection<Integer> predictionChoices)
Specifies the the automatically generated business metadata that can be rejected.
predictionChoices - Specifies the the automatically generated business metadata that can be rejected.RejectChoice.Builder predictionChoices(Integer... predictionChoices)
Specifies the the automatically generated business metadata that can be rejected.
predictionChoices - Specifies the the automatically generated business metadata that can be rejected.RejectChoice.Builder predictionTarget(String predictionTarget)
Specifies the target (for example, a column name) where a prediction can be rejected.
predictionTarget - Specifies the target (for example, a column name) where a prediction can be rejected.Copyright © 2023. All rights reserved.