clusterings

@JvmName(name = "uflvthsasiajppqx")
suspend fun clusterings(value: Output<List<String>>)
@JvmName(name = "mpubwthdpbrertja")
suspend fun clusterings(value: List<String>?)

Parameters

value

Specifies column names to use for data clustering. Up to four top-level columns are allowed, and should be specified in descending priority order.


@JvmName(name = "brxqsirrxtrqhwjh")
suspend fun clusterings(vararg values: Output<String>)


@JvmName(name = "irvvhdcrnujxliyt")
suspend fun clusterings(values: List<Output<String>>)
@JvmName(name = "otqbknrauygbrvdt")
suspend fun clusterings(vararg values: String)

Parameters

values

Specifies column names to use for data clustering. Up to four top-level columns are allowed, and should be specified in descending priority order.