| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
AcceptRule |
AcceptRule.clone() |
AcceptRule |
AcceptPredictionsRequest.getAcceptRule()
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
AcceptRule |
AcceptRule.withRule(AcceptRuleBehavior rule)
Specifies whether you want to accept the top prediction for all targets or none.
|
AcceptRule |
AcceptRule.withRule(String rule)
Specifies whether you want to accept the top prediction for all targets or none.
|
AcceptRule |
AcceptRule.withThreshold(Float threshold)
The confidence score that specifies the condition at which a prediction can be accepted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptPredictionsRequest.setAcceptRule(AcceptRule acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
AcceptPredictionsRequest |
AcceptPredictionsRequest.withAcceptRule(AcceptRule acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
Copyright © 2024. All rights reserved.