A span associated with an LLM Observability experiment.

Hierarchy

  • LLMObsExperimentSpan

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

Dataset ID associated with this span.

duration: number

Duration of the span in nanoseconds.

Metadata associated with an experiment span.

name: string

Name of the span.

projectId: string

Project ID associated with this span.

spanId: string

Unique identifier of the span.

startNs: number

Start time of the span in nanoseconds since Unix epoch.

Status of the span.

tags?: string[]

List of tags associated with the span.

traceId: string

Trace ID for the span.

Generated using TypeDoc