| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
RejectRule |
RejectRule.clone() |
RejectRule |
RejectPredictionsRequest.getRejectRule()
Specifies the rule (or the conditions) under which a prediction can be rejected.
|
RejectRule |
RejectRule.withRule(RejectRuleBehavior rule)
Specifies whether you want to reject the top prediction for all targets or none.
|
RejectRule |
RejectRule.withRule(String rule)
Specifies whether you want to reject the top prediction for all targets or none.
|
RejectRule |
RejectRule.withThreshold(Float threshold)
The confidence score that specifies the condition at which a prediction can be rejected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RejectPredictionsRequest.setRejectRule(RejectRule rejectRule)
Specifies the rule (or the conditions) under which a prediction can be rejected.
|
RejectPredictionsRequest |
RejectPredictionsRequest.withRejectRule(RejectRule rejectRule)
Specifies the rule (or the conditions) under which a prediction can be rejected.
|
Copyright © 2024. All rights reserved.