User information associated with a dataset draft state.

Hierarchy

  • LLMObsDatasetDraftStateUser

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

Email address of the user.

handle?: string

Handle of the user.

icon?: string

Icon for the user.

id: string

Unique identifier of the user holding the draft lock.

name?: string

Display name of the user.

Generated using TypeDoc