class Aws::GlueDataBrew::Types::StatisticOverride

Override of a particular evaluation for a profile job.

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

data as a hash:

    {
      statistic: "Statistic", # required
      parameters: { # required
        "ParameterName" => "ParameterValue",
      },
    }

@!attribute [rw] statistic

The name of an evaluation
@return [String]

@!attribute [rw] parameters

A map that includes overrides of an evaluation’s parameters.
@return [Hash<String,String>]

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

Constants

SENSITIVE