Values.PromptRouterSummarySourceDetails about a prompt router.
type nonrec t = {promptRouterName : PromptRouterName.t option;The router's name.
*)routingCriteria : RoutingCriteria.t option;The router's routing criteria.
*)description : PromptRouterDescription.t option;The router's description.
*)createdAt : Timestamp.t option;When the router was created.
*)updatedAt : Timestamp.t option;When the router was updated.
*)promptRouterArn : PromptRouterArn.t option;The router's ARN.
*)models : PromptRouterTargetModels.t option;The router's models.
*)fallbackModel : PromptRouterTargetModel.t option;The router's fallback model.
*)status : PromptRouterStatus.t option;The router's status.
*)type_ : PromptRouterType.t option;The summary's type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of PromptRouterTargetModelArn.t ]) list ]
list
| `String of PromptRouterName.t
| `Structure of
(string
* [> `Double of RoutingCriteriaResponseQualityDifferenceDouble.t
| `String of PromptRouterTargetModelArn.t ])
list
| `Timestamp of Timestamp.t ])
list ]