Class: Aws::GlueDataBrew::Types::ColumnStatisticsConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Configuration for column evaluations for a profile job. ColumnStatisticsConfiguration can be used to select evaluations and override parameters of evaluations for particular columns.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#selectorsArray<Types::ColumnSelector>

List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.

Returns:



117
118
119
120
121
122
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 117

class ColumnStatisticsConfiguration < Struct.new(
  :selectors,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::StatisticsConfiguration

Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.



117
118
119
120
121
122
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 117

class ColumnStatisticsConfiguration < Struct.new(
  :selectors,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end