Class LLMObsDatasetVersionDataAttributes

Attributes of an LLM Observability dataset version.

Hierarchy

  • LLMObsDatasetVersionDataAttributes

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
datasetId: string

Unique identifier of the dataset this version belongs to.

lastUsed: null | Date

Timestamp when this dataset version was last referenced. Null if the version has never been used.

versionNumber: number

Sequential version number for this dataset version.

Generated using TypeDoc