TopicNamedEntityDefinitionMetricArgs

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

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): TopicNamedEntityDefinitionMetricArgs