Uses of Class
software.amazon.awssdk.services.databrew.model.StatisticsConfiguration
-
Packages that use StatisticsConfiguration Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of StatisticsConfiguration in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return StatisticsConfiguration Modifier and Type Method Description StatisticsConfigurationProfileConfiguration. datasetStatisticsConfiguration()Configuration for inter-column evaluations.StatisticsConfigurationColumnStatisticsConfiguration. statistics()Configuration for evaluations.Methods in software.amazon.awssdk.services.databrew.model with parameters of type StatisticsConfiguration Modifier and Type Method Description ProfileConfiguration.BuilderProfileConfiguration.Builder. datasetStatisticsConfiguration(StatisticsConfiguration datasetStatisticsConfiguration)Configuration for inter-column evaluations.ColumnStatisticsConfiguration.BuilderColumnStatisticsConfiguration.Builder. statistics(StatisticsConfiguration statistics)Configuration for evaluations.
-