Uses of Interface
software.amazon.awssdk.services.datazone.model.RejectRule.Builder
-
Packages that use RejectRule.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RejectRule.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RejectRule.Builder Modifier and Type Method Description static RejectRule.BuilderRejectRule. builder()RejectRule.BuilderRejectRule.Builder. rule(String rule)Specifies whether you want to reject the top prediction for all targets or none.RejectRule.BuilderRejectRule.Builder. rule(RejectRuleBehavior rule)Specifies whether you want to reject the top prediction for all targets or none.RejectRule.BuilderRejectRule.Builder. threshold(Float threshold)The confidence score that specifies the condition at which a prediction can be rejected.RejectRule.BuilderRejectRule. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type RejectRule.Builder Modifier and Type Method Description static Class<? extends RejectRule.Builder>RejectRule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type RejectRule.Builder Modifier and Type Method Description default RejectPredictionsRequest.BuilderRejectPredictionsRequest.Builder. rejectRule(Consumer<RejectRule.Builder> rejectRule)This is a convenience method that creates an instance of theRejectRule.Builderavoiding the need to create one manually viaRejectRule.builder().
-