clusterings

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


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