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