Class LLMObsCustomEvalConfigAttributes

Attributes of a custom LLM Observability evaluator configuration.

Hierarchy

  • LLMObsCustomEvalConfigAttributes

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.

createdAt: Date

Timestamp when the evaluator configuration was created.

A Datadog user associated with a custom evaluator configuration.

evalName: string

Name of the custom evaluator.

A Datadog user associated with a custom evaluator configuration.

LLM judge configuration for a custom evaluator.

LLM provider configuration for a custom evaluator.

Target application configuration for a custom evaluator.

updatedAt: Date

Timestamp when the evaluator configuration was last updated.

Generated using TypeDoc