Values_1.TopicIRMetricSourceThe definition for a TopicIRMetric.
type nonrec t = {metricId : Identifier.t option;The metric ID for the TopicIRMetric.
*)function_ : Values_0.AggFunction.t option;The function for the TopicIRMetric.
*)operands : OperandList.t option;The operands for the TopicIRMetric.
*)comparisonMethod : TopicIRComparisonMethod.t option;The comparison method for the TopicIRMetric.
*)expression : Values_0.Expression.t option;The expression for the TopicIRMetric.
*)calculatedFieldReferences : CalculatedFieldReferenceList.t option;The calculated field references for the TopicIRMetric.
*)displayFormat : DisplayFormat.t option;The display format for the TopicIRMetric.
*)displayFormatOptions : DisplayFormatOptions.t option;namedEntity : NamedEntityRef.t option;The named entity for the TopicIRMetric.
*)}val 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 ]