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
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.

description: null | string

Description of the experiment.

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

Arbitrary metadata associated with the experiment.

name: string

Name of the experiment.

projectId: string

Identifier of the project this experiment belongs to.

updatedAt: Date

Timestamp when the experiment was last updated.

Generated using TypeDoc