An experiment span enriched with its associated evaluation metrics.

Hierarchy

  • LLMObsExperimentSpanWithEvals

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

ID of the dataset record this span evaluated.

duration?: number

Duration of the span in nanoseconds.

Evaluation metrics associated with this span.

id?: string

Unique identifier of the span.

Metadata associated with an experiment span.

metrics?: {
    [key: string]: number;
}

Numeric metrics attached to the span.

Type declaration

  • [key: string]: number
name?: string

Name of the span.

parentId?: string

Parent span ID, if any.

spanId?: string

Span ID.

startNs?: number

Start time in nanoseconds since Unix epoch.

Status of the span.

tags?: string[]

Tags associated with the span.

traceId?: string

Trace ID.

Generated using TypeDoc