JobProfileConfigurationArgs

data class JobProfileConfigurationArgs(val columnStatisticsConfigurations: Output<List<JobColumnStatisticsConfigurationArgs>>? = null, val datasetStatisticsConfiguration: Output<JobStatisticsConfigurationArgs>? = null, val entityDetectorConfiguration: Output<JobEntityDetectorConfigurationArgs>? = null, val profileColumns: Output<List<JobColumnSelectorArgs>>? = null) : ConvertibleToJava<JobProfileConfigurationArgs>

Constructors

Link copied to clipboard
constructor(columnStatisticsConfigurations: Output<List<JobColumnStatisticsConfigurationArgs>>? = null, datasetStatisticsConfiguration: Output<JobStatisticsConfigurationArgs>? = null, entityDetectorConfiguration: Output<JobEntityDetectorConfigurationArgs>? = null, profileColumns: Output<List<JobColumnSelectorArgs>>? = null)

Properties

Link copied to clipboard

List of configurations for column evaluations. ColumnStatisticsConfigurations are used to select evaluations and override parameters of evaluations for particular columns. When ColumnStatisticsConfigurations is undefined, the profile job will profile all supported columns and run all supported evaluations.

Link copied to clipboard

Configuration for inter-column evaluations. Configuration can be used to select evaluations and override parameters of evaluations. When configuration is undefined, the profile job will run all supported inter-column evaluations.

Link copied to clipboard

Configuration of entity detection for a profile job. When undefined, entity detection is disabled.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): JobProfileConfigurationArgs