Show / Hide Table of Contents

Class CfnIntelligentPromptRouter.RoutingCriteriaProperty

Routing criteria for a prompt router.

Inheritance
object
CfnIntelligentPromptRouter.RoutingCriteriaProperty
Implements
CfnIntelligentPromptRouter.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 CfnIntelligentPromptRouter.RoutingCriteriaProperty : CfnIntelligentPromptRouter.IRoutingCriteriaProperty
Syntax (vb)
Public Class CfnIntelligentPromptRouter.RoutingCriteriaProperty Implements CfnIntelligentPromptRouter.IRoutingCriteriaProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-intelligentpromptrouter-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 criteria's response quality difference.

Constructors

RoutingCriteriaProperty()

Routing criteria for a prompt router.

public RoutingCriteriaProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-intelligentpromptrouter-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 criteria's response quality difference.

public double ResponseQualityDifference { get; set; }
Property Value

double

Remarks

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

Implements

CfnIntelligentPromptRouter.IRoutingCriteriaProperty
Back to top Generated by DocFX