Target application configuration for a custom evaluator.

Hierarchy

  • LLMObsCustomEvalConfigTarget

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

Name of the ML application this evaluator targets.

enabled: boolean

Whether the evaluator is active for the target application.

Scope at which to evaluate spans.

filter?: string

Filter expression to select which spans to evaluate.

rootSpansOnly?: boolean

When true, only root spans are evaluated.

samplingPercentage?: number

Percentage of traces to evaluate. Must be greater than 0 and at most 100.

Generated using TypeDoc