Class LLMObsDatasetDataAttributesResponse

Attributes of an LLM Observability dataset.

Hierarchy

  • LLMObsDatasetDataAttributesResponse

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 dataset was created.

currentVersion: number

Current version number of the dataset.

description: null | string

Description of the dataset.

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

Arbitrary metadata associated with the dataset.

name: string

Name of the dataset.

updatedAt: Date

Timestamp when the dataset was last updated.

Generated using TypeDoc