User data for the author of an experiment. Only present when include[user_data] is true.

Hierarchy

  • LLMObsExperimentUser

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

Username or handle associated with the user's Datadog account.

icon?: string

URL of the user's icon.

id?: string

Unique identifier of the user.

name?: string

Display name of the user.

Generated using TypeDoc