Values.BedrockFoundationModelConfigurationForParsingSourceSettings for a foundation model used to parse documents for a data source.
type nonrec t = {modelArn : BedrockModelArnForParsing.t;The ARN of the foundation model.
*)parsingPrompt : ParsingPrompt.t option;Instructions for interpreting the contents of a document.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of BedrockModelArnForParsing.t
| `Structure of (string * [> `String of ParsingPromptText.t ]) list ])
list ]