| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static RejectRule.Builder |
RejectRule.builder() |
RejectRule.Builder |
RejectRule.Builder.rule(RejectRuleBehavior rule)
Specifies whether you want to reject the top prediction for all targets or none.
|
RejectRule.Builder |
RejectRule.Builder.rule(String rule)
Specifies whether you want to reject the top prediction for all targets or none.
|
RejectRule.Builder |
RejectRule.Builder.threshold(Float threshold)
The confidence score that specifies the condition at which a prediction can be rejected.
|
RejectRule.Builder |
RejectRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RejectRule.Builder> |
RejectRule.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RejectPredictionsRequest.Builder |
RejectPredictionsRequest.Builder.rejectRule(Consumer<RejectRule.Builder> rejectRule)
This is a convenience method that creates an instance of the
RejectRule.Builder avoiding the need to
create one manually via RejectRule.builder(). |
Copyright © 2023. All rights reserved.