Values.ReceiverConfigurationSourceThe receiver configuration for a protected query.
type nonrec t = {analysisType : AnalysisType.t option;The type of analysis for the protected query. The results of the query can be analyzed directly (DIRECT_ANALYSIS) or used as input into additional analyses (ADDITIONAL_ANALYSIS), such as a query that is a seed for a lookalike ML model.
*)configurationDetails : ConfigurationDetails.t option;The configuration details of the receiver configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `List of [> `String of AccountId.t ] list ])
list ])
list ])
list ]