Module Values_1.SemanticModelConfigurationSource

Configuration for the semantic model that defines how prepared data is structured for analysis and reporting.

Sourcetype nonrec t = {
  1. tableMap : SemanticTableMap.t option;
    (*

    A map of semantic tables that define the analytical structure.

    *)
}
Sourceval make : ?tableMap:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of Values_0.DataSetEntityResourceId.t ] * [> `Structure of (string * [> `String of SemanticTableAlias.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `List of [> `String of SessionTagKey.t ] list | `Structure of (string * [> `String of SessionTagKey.t ]) list ] list | `String of Values_0.Namespace.t ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t