Snapshot of the configuration used for a patterns run.

Hierarchy

  • LLMObsPatternsConfigSnapshot

Constructors

Properties

accountId?: string

Integration account ID used for a bring-your-own-model run.

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
evpQuery?: string

Query that selected the spans for the run.

hierarchyDepth?: number

Depth of the topic hierarchy generated.

integrationProvider?: string

Integration provider used for a bring-your-own-model run.

modelName?: string

Model name used for a bring-your-own-model run.

numRecords?: number

Maximum number of records processed for the run.

samplingRatio?: number

Fraction of matching spans sampled for the run.

Generated using TypeDoc