Data object for an LLM Observability experiment run.

Hierarchy

  • LLMObsExperimentRunDataResponse

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
aggregateData?: {
    [key: string]: any;
}

Aggregated metric data for this run.

Type declaration

  • [key: string]: any
createdAt?: Date

Timestamp when the run was created.

experimentId?: string

Identifier of the experiment this run belongs to.

id?: string

Unique identifier of the experiment run.

runNumber?: number

Sequential number of this run within the experiment.

Generated using TypeDoc