entityTypes

@JvmName(name = "yfyodcjvkbcbwtyi")
suspend fun entityTypes(value: Output<List<EntityRecognizerInputDataConfigEntityTypeArgs>>)
@JvmName(name = "dlsgfrauklpgmvrl")
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 = "hsxniuxngrksyils")
suspend fun entityTypes(vararg values: Output<EntityRecognizerInputDataConfigEntityTypeArgs>)


@JvmName(name = "ohiaefykqdsitpja")
suspend fun entityTypes(values: List<Output<EntityRecognizerInputDataConfigEntityTypeArgs>>)
@JvmName(name = "oaggkjjnqlejglgf")
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 = "fxbelyarpqlqopyx")
suspend fun entityTypes(argument: List<suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit>)
@JvmName(name = "ahqepnygatcienhf")
suspend fun entityTypes(vararg argument: suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit)
@JvmName(name = "ewgvbyanjptfcfpp")
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.