interface RoutingCriteriaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnIntelligentPromptRouterPropsMixin_RoutingCriteriaProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnIntelligentPromptRouterPropsMixin » RoutingCriteriaProperty |
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 { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const routingCriteriaProperty: bedrock.CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty = {
responseQualityDifference: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| response | number | The criteria's response quality difference. |
responseQualityDifference?
Type:
number
(optional)
The criteria's response quality difference.

.NET
Go
Java
Python
TypeScript