entityTypes

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


@JvmName(name = "lvcgthcahbxyhrpa")
suspend fun entityTypes(values: List<Output<EntityRecognizerInputDataConfigEntityTypeArgs>>)
@JvmName(name = "dhmmpdkiuiuungjd")
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 = "lqwxkerumyfldnie")
suspend fun entityTypes(argument: List<suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit>)
@JvmName(name = "motbftqycdsxaquy")
suspend fun entityTypes(vararg argument: suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit)
@JvmName(name = "peqqerxnpiewodwv")
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.