Values.InputFormatConfigurationSourceSpecifies the deserializer you want to use to convert the format of the input data. This parameter is required if Enabled is set to true.
type nonrec t = {deserializer : Deserializer.t option;Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `List of [> `String of NonEmptyString.t ] list
| `Map of
([> `String of NonEmptyStringWithoutWhitespace.t ]
* [> `String of NonEmptyString.t ])
list ])
list ])
list ])
list ]