Class CfnDefaultPromptRouter.RoutingCriteriaProperty
Routing criteria for a prompt router.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDefaultPromptRouter.RoutingCriteriaProperty : CfnDefaultPromptRouter.IRoutingCriteriaProperty
Syntax (vb)
Public Class CfnDefaultPromptRouter.RoutingCriteriaProperty Implements 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
Constructors
| RoutingCriteriaProperty() | Routing criteria for a prompt router. |
Properties
| ResponseQualityDifference | The response quality difference threshold for routing. |
Constructors
RoutingCriteriaProperty()
Routing criteria for a prompt router.
public RoutingCriteriaProperty()
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
};
Properties
ResponseQualityDifference
The response quality difference threshold for routing.
public double ResponseQualityDifference { get; set; }