Summary statistics for a metric recorded during a Model Lab run.

Hierarchy

  • ModelLabMetricSummary

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
count: number

The total number of recorded values.

firstStep?: number

The first step at which the metric was recorded.

key: string

The metric name.

lastStep?: number

The last step at which the metric was recorded.

latest?: number

The most recently recorded value.

max?: number

The maximum recorded value.

mean?: number

The mean of recorded values.

min?: number

The minimum recorded value.

stddev?: number

The standard deviation of recorded values.

Generated using TypeDoc