clusterings

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


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