public static interface AcceptRule.Builder extends SdkPojo, CopyableBuilder<AcceptRule.Builder,AcceptRule>
| Modifier and Type | Method and Description |
|---|---|
AcceptRule.Builder |
rule(AcceptRuleBehavior rule)
Specifies whether you want to accept the top prediction for all targets or none.
|
AcceptRule.Builder |
rule(String rule)
Specifies whether you want to accept the top prediction for all targets or none.
|
AcceptRule.Builder |
threshold(Float threshold)
The confidence score that specifies the condition at which a prediction can be accepted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceptRule.Builder rule(String rule)
Specifies whether you want to accept the top prediction for all targets or none.
rule - Specifies whether you want to accept the top prediction for all targets or none.AcceptRuleBehavior,
AcceptRuleBehaviorAcceptRule.Builder rule(AcceptRuleBehavior rule)
Specifies whether you want to accept the top prediction for all targets or none.
rule - Specifies whether you want to accept the top prediction for all targets or none.AcceptRuleBehavior,
AcceptRuleBehaviorAcceptRule.Builder threshold(Float threshold)
The confidence score that specifies the condition at which a prediction can be accepted.
threshold - The confidence score that specifies the condition at which a prediction can be accepted.Copyright © 2023. All rights reserved.