Class: Aws::GlueDataBrew::Types::StatisticsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::StatisticsConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#included_statistics ⇒ Array<String>
List of included evaluations.
-
#overrides ⇒ Array<Types::StatisticOverride>
List of overrides for evaluations.
Instance Attribute Details
#included_statistics ⇒ Array<String>
List of included evaluations. When the list is undefined, all supported evaluations will be included.
3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3652 class StatisticsConfiguration < Struct.new( :included_statistics, :overrides) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Array<Types::StatisticOverride>
List of overrides for evaluations.
3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3652 class StatisticsConfiguration < Struct.new( :included_statistics, :overrides) SENSITIVE = [] include Aws::Structure end |