Values.CustomContentSourceContains information about the content to ingest into a knowledge base connected to a custom data source. Choose a sourceType and include the field that corresponds to it.
type nonrec t = {customDocumentIdentifier : CustomDocumentIdentifier.t;A unique identifier for the document.
*)sourceType : CustomSourceType.t;The source of the data to ingest.
*)s3Location : CustomS3Location.t option;Contains information about the Amazon S3 location of the file from which to ingest data.
*)inlineContent : InlineContent.t option;Contains information about content defined inline to ingest into a knowledge base.
*)}val make :
?s3Location:??? ->
?inlineContent:??? ->
customDocumentIdentifier:CustomDocumentIdentifier.t ->
sourceType:CustomSourceType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of CustomDocumentIdentifierIdString.t
| `Structure of
(string
* [> `Blob of ByteContentBlob.t
| `String of ByteContentDocMimeTypeString.t ])
list ])
list ])
list ]