Topic Named Entity Definition
data class TopicNamedEntityDefinition(val fieldName: String? = null, val metric: TopicNamedEntityDefinitionMetric? = null, val propertyName: String? = null, val propertyRole: TopicPropertyRole? = null, val propertyUsage: TopicPropertyUsage? = null)
Constructors
Link copied to clipboard
constructor(fieldName: String? = null, metric: TopicNamedEntityDefinitionMetric? = null, propertyName: String? = null, propertyRole: TopicPropertyRole? = null, propertyUsage: TopicPropertyUsage? = null)
Properties
Link copied to clipboard
The definition of a metric.
Link copied to clipboard
The property name to be used for the named entity.
Link copied to clipboard
The property role. Valid values for this structure are PRIMARY
and ID
.
Link copied to clipboard
The property usage. Valid values for this structure are INHERIT
, DIMENSION
, and MEASURE
.