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
fun TopicNamedEntityDefinitionArgs(fieldName: Output<String>? = null, metric: Output<TopicNamedEntityDefinitionMetricArgs>? = null, propertyName: Output<String>? = null, propertyRole: Output<TopicPropertyRole>? = null, propertyUsage: Output<TopicPropertyUsage>? = null)