profileColumns

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


@JvmName(name = "efugiernukqfitkv")
suspend fun profileColumns(values: List<Output<JobColumnSelectorArgs>>)
@JvmName(name = "nstyvdbfwsvgkjut")
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 = "jurcrubvnlkqeeip")
suspend fun profileColumns(argument: List<suspend JobColumnSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "islvpnpcwoypafdo")
suspend fun profileColumns(vararg argument: suspend JobColumnSelectorArgsBuilder.() -> Unit)
@JvmName(name = "amgdfidipynbxnbj")
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.