Interface CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty.Jsii$Proxy
- Enclosing class:
CfnIntelligentPromptRouterPropsMixin
@Stability(Stable)
public static interface CfnIntelligentPromptRouterPropsMixin.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.cfnpropertymixins.services.bedrock.*;
RoutingCriteriaProperty routingCriteriaProperty = RoutingCriteriaProperty.builder()
.responseQualityDifference(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResponseQualityDifference
The criteria's response quality difference.- See Also:
-
builder
@Stability(Stable) static CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty.Builder builder()
-