Interface CfnDefaultPromptRouter.IRoutingCriteriaProperty
Routing criteria for a prompt router.
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDefaultPromptRouter.IRoutingCriteriaProperty
Syntax (vb)
Public Interface CfnDefaultPromptRouter.IRoutingCriteriaProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Bedrock;
var routingCriteriaProperty = new RoutingCriteriaProperty {
ResponseQualityDifference = 123
};
Synopsis
Properties
| ResponseQualityDifference | The response quality difference threshold for routing. |
Properties
ResponseQualityDifference
The response quality difference threshold for routing.
double ResponseQualityDifference { get; }