Class LLMObsCustomEvalConfigAssessmentCriteria

Criteria used to assess the pass/fail result of a custom evaluator.

Hierarchy

  • LLMObsCustomEvalConfigAssessmentCriteria

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
maxThreshold?: number

Maximum numeric threshold for a passing result.

minThreshold?: number

Minimum numeric threshold for a passing result.

passValues?: string[]

Specific output values considered as a passing result.

passWhen?: boolean

When true, a boolean output of true is treated as passing.

Generated using TypeDoc