requestModels

@JvmName(name = "lyrqibsotiuegcga")
suspend fun requestModels(value: Output<Map<String, String>>)
@JvmName(name = "fxeivfkpkgptdfkj")
suspend fun requestModels(value: Map<String, String>?)

Parameters

value

A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).


@JvmName(name = "tybtkvxeqkspqckv")
fun requestModels(vararg values: Pair<String, String>)

Parameters

values

A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).