clusterings

@JvmName(name = "aesffgxxuuobeybi")
suspend fun clusterings(value: Output<List<String>>)
@JvmName(name = "oovmhqsaesakeljk")
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 = "qdouirgcvanbanmp")
suspend fun clusterings(vararg values: Output<String>)


@JvmName(name = "xlmygoqocdxslgxq")
suspend fun clusterings(values: List<Output<String>>)
@JvmName(name = "omgqcxsvbepjyduh")
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.