Values.RetrieverSourceSummary information for the retriever used for your Amazon Q Business application.
type nonrec t = {applicationId : ApplicationId.t option;The identifier of the Amazon Q Business application using the retriever.
*)retrieverId : RetrieverId.t option;The identifier of the retriever used by your Amazon Q Business application.
*)type_ : RetrieverType.t option;The type of your retriever.
*)status : RetrieverStatus.t option;The status of your retriever.
*)displayName : RetrieverName.t option;The name of your retriever.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ApplicationId.t ]) list ]