profileColumns

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


@JvmName(name = "aydaywocikfaajov")
suspend fun profileColumns(values: List<Output<JobColumnSelectorArgs>>)
@JvmName(name = "hiestaisrsvdqgwv")
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 = "ltdjbggwrpspesuw")
suspend fun profileColumns(argument: List<suspend JobColumnSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "sdrytsivpwipqlbb")
suspend fun profileColumns(vararg argument: suspend JobColumnSelectorArgsBuilder.() -> Unit)
@JvmName(name = "yohhuxsbnglbkssa")
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.