profileColumns

@JvmName(name = "xaoauelntltbmfhv")
suspend fun profileColumns(value: Output<List<JobColumnSelectorArgs>>)
@JvmName(name = "ndlohmbfpfuhivnb")
suspend fun profileColumns(value: List<JobColumnSelectorArgs>?)

Parameters

value

List of column selectors. ProfileColumns can be used to select columns from the dataset. When ProfileColumns is undefined, the profile job will profile all supported columns.


@JvmName(name = "jqvsyoxnxtwrqdna")
suspend fun profileColumns(vararg values: Output<JobColumnSelectorArgs>)


@JvmName(name = "ejgxiifibpkagypk")
suspend fun profileColumns(values: List<Output<JobColumnSelectorArgs>>)
@JvmName(name = "whlixgsnhxcrrshq")
suspend fun profileColumns(vararg values: JobColumnSelectorArgs)

Parameters

values

List of column selectors. ProfileColumns can be used to select columns from the dataset. When ProfileColumns is undefined, the profile job will profile all supported columns.


@JvmName(name = "oiclxiiqsjraoffq")
suspend fun profileColumns(argument: List<suspend JobColumnSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "xfxjghhtoknpkibc")
suspend fun profileColumns(vararg argument: suspend JobColumnSelectorArgsBuilder.() -> Unit)
@JvmName(name = "iyyfuehyavawkjft")
suspend fun profileColumns(argument: suspend JobColumnSelectorArgsBuilder.() -> Unit)

Parameters

argument

List of column selectors. ProfileColumns can be used to select columns from the dataset. When ProfileColumns is undefined, the profile job will profile all supported columns.