Class LLMObsCustomEvalConfigUpdateAttributes

Attributes for creating or updating a custom LLM Observability evaluator configuration.

Hierarchy

  • LLMObsCustomEvalConfigUpdateAttributes

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

Category of the evaluator.

evalName?: string

Name of the custom evaluator. If provided, must match the eval_name path parameter.

LLM judge configuration for a custom evaluator.

LLM provider configuration for a custom evaluator.

Target application configuration for a custom evaluator.

Generated using TypeDoc