interface IPromptRouter
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Alpha.IPromptRouter |
Go | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#IPromptRouter |
Java | software.amazon.awscdk.services.bedrock.alpha.IPromptRouter |
Python | aws_cdk.aws_bedrock_alpha.IPromptRouter |
TypeScript (source) | @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.

.NET
Go
Java
Python
TypeScript (