Class LLMObsDataDeletionResponseAttributes

Attributes of a submitted LLM Observability data deletion request.

Hierarchy

  • LLMObsDataDeletionResponseAttributes

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 deletion request was created.

createdBy: string

UUID of the user who created the deletion request.

fromTime: number

Start of the deletion time range in milliseconds since Unix epoch.

orgId: number

ID of the organization that submitted the deletion request.

product: string

Product name for the deletion request.

query: string

The query string used to select data for deletion.

toTime: number

End of the deletion time range in milliseconds since Unix epoch.

Generated using TypeDoc