profileColumns

@JvmName(name = "nwtxovrxqmklfsxt")
suspend fun profileColumns(value: Output<List<JobColumnSelectorArgs>>)
@JvmName(name = "ivcehyerfxoiphpd")
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 = "lhynkdmkpqmfxdfk")
suspend fun profileColumns(vararg values: Output<JobColumnSelectorArgs>)


@JvmName(name = "mhqgumsjfqnktpqo")
suspend fun profileColumns(values: List<Output<JobColumnSelectorArgs>>)
@JvmName(name = "blptjkedhldakmuf")
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 = "bjuhnripmetnwvtk")
suspend fun profileColumns(argument: List<suspend JobColumnSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "tpnncmhdfhdvfgjr")
suspend fun profileColumns(vararg argument: suspend JobColumnSelectorArgsBuilder.() -> Unit)
@JvmName(name = "edqydgnfqeonhcgj")
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.