interface IPromptRouter
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Bedrock.Alpha.IPromptRouter |
![]() | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#IPromptRouter |
![]() | software.amazon.awscdk.services.bedrock.alpha.IPromptRouter |
![]() | aws_cdk.aws_bedrock_alpha.IPromptRouter |
![]() | @aws-cdk/aws-bedrock-alpha ยป IPromptRouter |
Implemented by
Prompt
Represents a Prompt Router, which provides intelligent routing between different models.
Properties
Name | Type | Description |
---|---|---|
prompt | string | The ARN of the prompt router. |
prompt | string | The ID of the prompt router. |
routing | IBedrock [] | The foundation models / profiles this router will route to. |
promptRouterArn
Type:
string
The ARN of the prompt router.
promptRouterId
Type:
string
The ID of the prompt router.
routingEndpoints
Type:
IBedrock
[]
The foundation models / profiles this router will route to.