Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-defaultpromptrouter-routingcriteria.html

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; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-defaultpromptrouter-routingcriteria.html#cfn-bedrock-defaultpromptrouter-routingcriteria-responsequalitydifference

Back to top Generated by DocFX