collections

@JvmName(name = "tlvylgpnqlfbsdmp")
suspend fun collections(value: Output<Map<String, CollectionArgs>>)
@JvmName(name = "nvawkwucjajhgfyr")
suspend fun collections(value: Map<String, CollectionArgs>)

Parameters

value

Required The collection configuration. Each collection has it own configuration to collect model data and the name of collection can be arbitrary string. Model data collector can be used for either payload logging or custom logging or both of them. Collection request and response are reserved for payload logging, others are for custom logging.


@JvmName(name = "etoiopsthwhqcwns")
suspend fun collections(vararg argument: Pair<String, suspend CollectionArgsBuilder.() -> Unit>)

Parameters

argument

Required The collection configuration. Each collection has it own configuration to collect model data and the name of collection can be arbitrary string. Model data collector can be used for either payload logging or custom logging or both of them. Collection request and response are reserved for payload logging, others are for custom logging.


@JvmName(name = "mheiobyqrbvljxut")
fun collections(vararg values: Pair<String, CollectionArgs>)

Parameters

values

Required The collection configuration. Each collection has it own configuration to collect model data and the name of collection can be arbitrary string. Model data collector can be used for either payload logging or custom logging or both of them. Collection request and response are reserved for payload logging, others are for custom logging.