entityTypes

@JvmName(name = "yfloaukktaqxxixb")
suspend fun entityTypes(value: Output<List<EntityRecognizerInputDataConfigEntityTypeArgs>>)
@JvmName(name = "vydmgyysrqtnkcbx")
suspend fun entityTypes(value: List<EntityRecognizerInputDataConfigEntityTypeArgs>)

Parameters

value

Set of entity types to be recognized. Has a maximum of 25 items. See the entity_types Configuration Block section below.


@JvmName(name = "noldqxooynfckrty")
suspend fun entityTypes(vararg values: Output<EntityRecognizerInputDataConfigEntityTypeArgs>)


@JvmName(name = "slkeseyuidjkhgyl")
suspend fun entityTypes(values: List<Output<EntityRecognizerInputDataConfigEntityTypeArgs>>)
@JvmName(name = "sqdamurxhvnbihqj")
suspend fun entityTypes(vararg values: EntityRecognizerInputDataConfigEntityTypeArgs)

Parameters

values

Set of entity types to be recognized. Has a maximum of 25 items. See the entity_types Configuration Block section below.


@JvmName(name = "xyrixcuwymqioeds")
suspend fun entityTypes(argument: List<suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit>)
@JvmName(name = "tdyoqmnhrvsdnsyc")
suspend fun entityTypes(vararg argument: suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit)
@JvmName(name = "ohnraqkletdsqije")
suspend fun entityTypes(argument: suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit)

Parameters

argument

Set of entity types to be recognized. Has a maximum of 25 items. See the entity_types Configuration Block section below.