Show / Hide Table of Contents

Class CfnDefaultPromptRouter.RoutingCriteriaProperty

Routing criteria for a prompt router.

Inheritance
object
CfnDefaultPromptRouter.RoutingCriteriaProperty
Implements
CfnDefaultPromptRouter.IRoutingCriteriaProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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

Properties

ResponseQualityDifference

The response quality difference threshold for routing.

public double ResponseQualityDifference { get; set; }
Property Value

double

Remarks

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

Implements

CfnDefaultPromptRouter.IRoutingCriteriaProperty
Back to top Generated by DocFX