Skip to content

Bedrock  >  Structures  >  PromptRouterSummary

PromptRouterSummary

Structure Class

PromptRouterSummary dataclass

Details about a prompt router.

Attributes

created_at class-attribute instance-attribute
created_at: datetime | None = None

When the router was created.

description class-attribute instance-attribute
description: str | None = field(repr=False, default=None)

The router's description.

fallback_model instance-attribute
fallback_model: PromptRouterTargetModel

The router's fallback model.

models instance-attribute

The router's models.

prompt_router_arn instance-attribute
prompt_router_arn: str

The router's ARN.

prompt_router_name instance-attribute
prompt_router_name: str

The router's name.

routing_criteria instance-attribute
routing_criteria: RoutingCriteria

The router's routing criteria.

status instance-attribute

The router's status.

type instance-attribute

The summary's type.

updated_at class-attribute instance-attribute
updated_at: datetime | None = None

When the router was updated.