A single LLM Observability patterns configuration in a list response.

Hierarchy

  • LLMObsPatternsConfigItem

Constructors

Properties

accountId?: string

Integration account ID for a bring-your-own-model configuration.

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
createdAt: Date

Timestamp when the configuration was created.

evpQuery: string

Query that selects the spans the patterns run analyzes.

hierarchyDepth: number

Depth of the topic hierarchy to generate.

id: string

Unique identifier of the configuration.

integrationProvider?: string

Integration provider for a bring-your-own-model configuration.

modelName?: string

Model name for a bring-your-own-model configuration.

name: string

Name of the configuration.

numRecords: number

Maximum number of records to process for the run.

samplingRatio: number

Fraction of matching spans to sample for the run.

scope: string

Scope of the configuration.

template?: string

Template used to guide topic generation.

updatedAt: Date

Timestamp when the configuration was last updated.

Generated using TypeDoc