Interface CfnDefaultPromptRouter.RoutingCriteriaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDefaultPromptRouter.RoutingCriteriaProperty.Jsii$Proxy
- Enclosing class:
CfnDefaultPromptRouter
@Stability(Stable)
public static interface CfnDefaultPromptRouter.RoutingCriteriaProperty
extends software.amazon.jsii.JsiiSerializable
Routing criteria for a prompt router.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
RoutingCriteriaProperty routingCriteriaProperty = RoutingCriteriaProperty.builder()
.responseQualityDifference(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDefaultPromptRouter.RoutingCriteriaPropertystatic final classAn implementation forCfnDefaultPromptRouter.RoutingCriteriaProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The response quality difference threshold for routing.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResponseQualityDifference
The response quality difference threshold for routing.- See Also:
-
builder
-