entityTypes

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


@JvmName(name = "sohoswlsbrrwgcku")
suspend fun entityTypes(values: List<Output<EntityRecognizerInputDataConfigEntityTypeArgs>>)
@JvmName(name = "shfrftbdlxeojyvi")
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 = "ekmlvqvkndtsakcl")
suspend fun entityTypes(argument: List<suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit>)
@JvmName(name = "bdxyvrtswdsdkigv")
suspend fun entityTypes(vararg argument: suspend EntityRecognizerInputDataConfigEntityTypeArgsBuilder.() -> Unit)
@JvmName(name = "exwthlahemukgolx")
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.