Class LLMObsExperimentationAnalyticsAggregate

Analytics aggregation parameters.

Hierarchy

  • LLMObsExperimentationAnalyticsAggregate

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

List of metric computations to perform.

datasetVersion?: number

Filter to a specific dataset version.

Fields to group results by.

indexes: string[]

Data indexes to query. At least one is required.

limit?: number

Maximum number of results to return.

Search query for filtering analytics data.

Unix-millisecond time range for filtering analytics data.

Generated using TypeDoc