| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static AcceptRule.Builder |
AcceptRule.builder() |
AcceptRule.Builder |
AcceptRule.Builder.rule(AcceptRuleBehavior rule)
Specifies whether you want to accept the top prediction for all targets or none.
|
AcceptRule.Builder |
AcceptRule.Builder.rule(String rule)
Specifies whether you want to accept the top prediction for all targets or none.
|
AcceptRule.Builder |
AcceptRule.Builder.threshold(Float threshold)
The confidence score that specifies the condition at which a prediction can be accepted.
|
AcceptRule.Builder |
AcceptRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AcceptRule.Builder> |
AcceptRule.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptRule(Consumer<AcceptRule.Builder> acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
Copyright © 2023. All rights reserved.