entityTypes

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


@JvmName(name = "fbisnhcjekpktfyb")
suspend fun entityTypes(values: List<Output<EntityRecognizerInputDataConfigEntityTypeArgs>>)
@JvmName(name = "ksqqwfwcibxsxppr")
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 = "cnnirhmptsxqnrhh")
suspend fun entityTypes(argument: List<suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit>)
@JvmName(name = "onyitowykwdnwwhk")
suspend fun entityTypes(vararg argument: suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit)
@JvmName(name = "oledpvxqtlxesofu")
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.