Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StatisticsConfiguration

import type { StatisticsConfiguration } from "https://aws-api.deno.dev/v0.3/services/databrew.ts?docs=full";

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

interface StatisticsConfiguration {
IncludedStatistics?: string[] | null;
Overrides?: StatisticOverride[] | null;
}

§Properties

§
IncludedStatistics?: string[] | null
[src]

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

§
Overrides?: StatisticOverride[] | null
[src]

List of overrides for evaluations.