A single LLM Observability dataset record.

Hierarchy

  • LLMObsDatasetRecordDataResponse

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
createdAt: Date

Timestamp when the record was created.

datasetId: string

Identifier of the dataset this record belongs to.

expectedOutput: null | AnyValue

Represents any valid JSON value.

id: string

Unique identifier of the record.

input: null | AnyValue

Represents any valid JSON value.

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

Arbitrary metadata associated with the record.

updatedAt: Date

Timestamp when the record was last updated.

Generated using TypeDoc