class Aws::GlueDataBrew::Types::StatisticsConfiguration

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

@note When making an API call, you may pass StatisticsConfiguration

data as a hash:

    {
      included_statistics: ["Statistic"],
      overrides: [
        {
          statistic: "Statistic", # required
          parameters: { # required
            "ParameterName" => "ParameterValue",
          },
        },
      ],
    }

@!attribute [rw] included_statistics

List of included evaluations. When the list is undefined, all
supported evaluations will be included.
@return [Array<String>]

@!attribute [rw] overrides

List of overrides for evaluations.
@return [Array<Types::StatisticOverride>]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/StatisticsConfiguration AWS API Documentation

Constants

SENSITIVE