Uses of Interface
software.amazon.awssdk.services.datazone.model.AcceptRule.Builder
-
Packages that use AcceptRule.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AcceptRule.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AcceptRule.Builder Modifier and Type Method Description static AcceptRule.BuilderAcceptRule. builder()AcceptRule.BuilderAcceptRule.Builder. rule(String rule)Specifies whether you want to accept the top prediction for all targets or none.AcceptRule.BuilderAcceptRule.Builder. rule(AcceptRuleBehavior rule)Specifies whether you want to accept the top prediction for all targets or none.AcceptRule.BuilderAcceptRule.Builder. threshold(Float threshold)The confidence score that specifies the condition at which a prediction can be accepted.AcceptRule.BuilderAcceptRule. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type AcceptRule.Builder Modifier and Type Method Description static Class<? extends AcceptRule.Builder>AcceptRule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type AcceptRule.Builder Modifier and Type Method Description default AcceptPredictionsRequest.BuilderAcceptPredictionsRequest.Builder. acceptRule(Consumer<AcceptRule.Builder> acceptRule)Specifies the rule (or the conditions) under which a prediction can be accepted.
-