Class LLMObsExperimentDataAttributesResponse

Attributes of an LLM Observability experiment.

Hierarchy

  • LLMObsExperimentDataAttributesResponse

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;
}

Pre-computed aggregate metrics for this experiment run, including eval score distributions, token costs, and error rates.

Type declaration

  • [key: string]: any

User data for the author of an experiment. Only present when include[user_data] is true.

config: null | {
    [key: string]: any;
}

Configuration parameters for the experiment.

createdAt: Date

Timestamp when the experiment was created.

datasetId: string

Identifier of the dataset used in this experiment.

datasetName?: string

Name of the dataset used in this experiment. Only present when include[dataset_names] is true.

datasetVersion?: number

Version of the dataset used in this experiment.

deletedAt?: Date

Timestamp when the experiment was soft-deleted, if applicable.

description: null | string

Description of the experiment.

error?: string

Error message describing why the experiment failed, if applicable.

experiment?: string

Logical name of the experiment, shared across all runs of the same pipeline.

metadata: null | {
    [key: string]: any;
}

Arbitrary metadata associated with the experiment.

name: string

Name of the experiment.

parentExperimentId?: string

Identifier of the parent (baseline) experiment this experiment was run against, if any.

projectId: string

Identifier of the project this experiment belongs to.

runCount?: number

Expected number of runs for this experiment.

Execution status of an LLM Observability experiment.

updatedAt: Date

Timestamp when the experiment was last updated.

Generated using TypeDoc