TopicNamedEntityDefinitionMetric

data class TopicNamedEntityDefinitionMetric(val aggregation: TopicNamedEntityAggType? = null, val aggregationFunctionParameters: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(aggregation: TopicNamedEntityAggType? = null, aggregationFunctionParameters: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The aggregation of a named entity. Valid values for this structure are SUM , MIN , MAX , COUNT , AVERAGE , DISTINCT_COUNT , STDEV , STDEVP , VAR , VARP , PERCENTILE , MEDIAN , and CUSTOM .

Link copied to clipboard

The additional parameters for an aggregation function.