Available values for a specific facet key.

Hierarchy

  • ModelLabFacetValuesAttributes

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
facetName: string

The name of the facet.

facetType: string

The type of the facet.

metricStatRanges?: ModelLabMetricStatRange[]

The ranges for each metric statistic.

numericRange?: ModelLabNumericRange

The numeric range of values for a facet.

values: string[]

The list of available string values for this facet.

Generated using TypeDoc