public static interface ProfileConfiguration.Builder extends SdkPojo, CopyableBuilder<ProfileConfiguration.Builder,ProfileConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProfileConfiguration.Builder datasetStatisticsConfiguration(StatisticsConfiguration datasetStatisticsConfiguration)
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.
datasetStatisticsConfiguration - 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.default ProfileConfiguration.Builder datasetStatisticsConfiguration(Consumer<StatisticsConfiguration.Builder> datasetStatisticsConfiguration)
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.
This is a convenience method that creates an instance of theStatisticsConfiguration.Builder avoiding
the need to create one manually via StatisticsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to datasetStatisticsConfiguration(StatisticsConfiguration).
datasetStatisticsConfiguration - a consumer that will call methods on StatisticsConfiguration.BuilderdatasetStatisticsConfiguration(StatisticsConfiguration)ProfileConfiguration.Builder profileColumns(Collection<ColumnSelector> profileColumns)
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.
profileColumns - 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.ProfileConfiguration.Builder profileColumns(ColumnSelector... profileColumns)
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.
profileColumns - 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.ProfileConfiguration.Builder profileColumns(Consumer<ColumnSelector.Builder>... profileColumns)
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.
This is a convenience method that creates an instance of theColumnSelector.Builder avoiding the need to create one
manually via ColumnSelector.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #profileColumns(List.
profileColumns - a consumer that will call methods on
ColumnSelector.Builder#profileColumns(java.util.Collection) ProfileConfiguration.Builder columnStatisticsConfigurations(Collection<ColumnStatisticsConfiguration> columnStatisticsConfigurations)
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.
columnStatisticsConfigurations - 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.ProfileConfiguration.Builder columnStatisticsConfigurations(ColumnStatisticsConfiguration... columnStatisticsConfigurations)
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.
columnStatisticsConfigurations - 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.ProfileConfiguration.Builder columnStatisticsConfigurations(Consumer<ColumnStatisticsConfiguration.Builder>... columnStatisticsConfigurations)
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.
This is a convenience method that creates an instance of theColumnStatisticsConfiguration.Builder avoiding the
need to create one manually via
ColumnStatisticsConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #columnStatisticsConfigurations(List.
columnStatisticsConfigurations - a consumer that will call methods on
ColumnStatisticsConfiguration.Builder#columnStatisticsConfigurations(java.util.Collection) ProfileConfiguration.Builder entityDetectorConfiguration(EntityDetectorConfiguration entityDetectorConfiguration)
Configuration of entity detection for a profile job. When undefined, entity detection is disabled.
entityDetectorConfiguration - Configuration of entity detection for a profile job. When undefined, entity detection is disabled.default ProfileConfiguration.Builder entityDetectorConfiguration(Consumer<EntityDetectorConfiguration.Builder> entityDetectorConfiguration)
Configuration of entity detection for a profile job. When undefined, entity detection is disabled.
This is a convenience method that creates an instance of theEntityDetectorConfiguration.Builder
avoiding the need to create one manually via EntityDetectorConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to entityDetectorConfiguration(EntityDetectorConfiguration).
entityDetectorConfiguration - a consumer that will call methods on EntityDetectorConfiguration.BuilderentityDetectorConfiguration(EntityDetectorConfiguration)Copyright © 2023. All rights reserved.