PromptRouterSummary
Details about a prompt router.
Contents
- fallbackModel
-
The router's fallback model.
Type: PromptRouterTargetModel object
Required: Yes
- models
-
The router's models.
Type: Array of PromptRouterTargetModel objects
Required: Yes
- promptRouterArn
-
The router's ARN.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:default-prompt-router/[a-zA-Z0-9-:.]+$
Required: Yes
- promptRouterName
-
The router's name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^([0-9a-zA-Z][ _-]?)+$
Required: Yes
- routingCriteria
-
The router's routing criteria.
Type: RoutingCriteria object
Required: Yes
- status
-
The router's status.
Type: String
Valid Values:
AVAILABLE
Required: Yes
- type
-
The summary's type.
Type: String
Valid Values:
custom | default
Required: Yes
- createdAt
-
When the router was created.
Type: Timestamp
Required: No
- description
-
The router's description.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^([0-9a-zA-Z:.][ _-]?)+$
Required: No
- updatedAt
-
When the router was updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: