Class: Aws::GlueDataBrew::Types::StatisticsConfiguration

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

Overview

Configuration of evaluations for a profile job. This configuration can be used to select evaluations and override the parameters of selected evaluations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#included_statisticsArray<String>

List of included evaluations. When the list is undefined, all supported evaluations will be included.

Returns:

  • (Array<String>)


3652
3653
3654
3655
3656
3657
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3652

class StatisticsConfiguration < Struct.new(
  :included_statistics,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#overridesArray<Types::StatisticOverride>

List of overrides for evaluations.

Returns:



3652
3653
3654
3655
3656
3657
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3652

class StatisticsConfiguration < Struct.new(
  :included_statistics,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end