Class LLMObsPromptVersionListDataAttributes

Attributes of a prompt version returned in a list, excluding its template.

Hierarchy

  • LLMObsPromptVersionListDataAttributes

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
author?: string

UUID of the user who authored this version.

createdAt?: Date

Timestamp stored on this prompt version.

datasets?: LLMObsPromptDataset[]

Datasets observed in runs associated with this prompt version.

description?: string

Description of this version.

labels?: string[]

Labels attached to this version (for example development, staging, production).

lastSeenAt?: Date

Timestamp of the most recent observed run of this prompt version.

mlApp?: string

The ML application this prompt is associated with.

mlApps?: string[]

ML applications observed running this prompt version.

promptId: string

Customer-provided identifier of the parent prompt.

promptUuid: string

Unique identifier of the parent prompt.

tags?: string[]

Tags observed on runs of this prompt version.

userVersion?: string

User-supplied identifier for this version.

version: number

Sequential version number.

versionCreatedAt?: Date

Timestamp when this version was created.

Generated using TypeDoc