Module Values_1.TopicIRMetricSource

The definition for a TopicIRMetric.

Sourcetype nonrec t = {
  1. metricId : Identifier.t option;
    (*

    The metric ID for the TopicIRMetric.

    *)
  2. function_ : Values_0.AggFunction.t option;
    (*

    The function for the TopicIRMetric.

    *)
  3. operands : OperandList.t option;
    (*

    The operands for the TopicIRMetric.

    *)
  4. comparisonMethod : TopicIRComparisonMethod.t option;
    (*

    The comparison method for the TopicIRMetric.

    *)
  5. expression : Values_0.Expression.t option;
    (*

    The expression for the TopicIRMetric.

    *)
  6. calculatedFieldReferences : CalculatedFieldReferenceList.t option;
    (*

    The calculated field references for the TopicIRMetric.

    *)
  7. displayFormat : DisplayFormat.t option;
    (*

    The display format for the TopicIRMetric.

    *)
  8. displayFormatOptions : DisplayFormatOptions.t option;
  9. namedEntity : NamedEntityRef.t option;
    (*

    The named entity for the TopicIRMetric.

    *)
}
Sourceval make : ?metricId:??? -> ?function_:??? -> ?operands:??? -> ?comparisonMethod:??? -> ?expression:??? -> ?calculatedFieldReferences:??? -> ?displayFormat:??? -> ?displayFormatOptions:??? -> ?namedEntity:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ] list | `String of Values_0.Expression.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.Integer.t | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.LimitedString.t | `Structure of (string * [> `String of Values_0.LimitedString.t ]) 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