Topic Named Entity Definition Args
data class TopicNamedEntityDefinitionArgs(val fieldName: Output<String>? = null, val metric: Output<TopicNamedEntityDefinitionMetricArgs>? = null, val propertyName: Output<String>? = null, val propertyRole: Output<TopicPropertyRole>? = null, val propertyUsage: Output<TopicPropertyUsage>? = null) : ConvertibleToJava<TopicNamedEntityDefinitionArgs>
Constructors
Link copied to clipboard
constructor(fieldName: Output<String>? = null, metric: Output<TopicNamedEntityDefinitionMetricArgs>? = null, propertyName: Output<String>? = null, propertyRole: Output<TopicPropertyRole>? = null, propertyUsage: Output<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
.