Values.GetKnowledgeBaseDocumentsRequestSourceRetrieves specific documents from a data source that is connected to a knowledge base. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide.
type nonrec t = {knowledgeBaseId : Id.t;The unique identifier of the knowledge base that is connected to the data source.
*)dataSourceId : Id.t;The unique identifier of the data source that contains the documents.
*)documentIdentifiers : DocumentIdentifiers.t;A list of objects, each of which contains information to identify a document for which to retrieve information.
*)}val make :
knowledgeBaseId:Id.t ->
dataSourceId:Id.t ->
documentIdentifiers:DocumentIdentifiers.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `String of S3BucketUri.t ]) list ])
list ]
list
| `String of Id.t ])
list ]