Class LLMObsExperimentationAnalyticsDataAttributesResponse

Attributes of an analytics response.

Hierarchy

  • LLMObsExperimentationAnalyticsDataAttributesResponse

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
hitCount: number

Total number of events matched by the query before grouping.

Analytics query result containing all buckets.

Generated using TypeDoc