Class LLMObsProjectDataAttributesResponse

Attributes of an LLM Observability project.

Hierarchy

  • LLMObsProjectDataAttributesResponse

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

description: null | string

Description of the project.

name: string

Name of the project.

updatedAt: Date

Timestamp when the project was last updated.

Generated using TypeDoc