Values.QueryGenerationConfigurationSourceContains configurations for query generation. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide..
type nonrec t = {executionTimeoutSeconds : QueryExecutionTimeoutSeconds.t option;The time after which query generation will time out.
*)generationContext : QueryGenerationContext.t option;Specifies configurations for context to use during query generation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of QueryExecutionTimeoutSeconds.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of QueryGenerationColumnName.t ])
list ]
list
| `String of QueryGenerationTableName.t ])
list ]
list ])
list ])
list ]