Class LLMObsDataDeletionRequestAttributes

Attributes for an LLM Observability data deletion request.

Hierarchy

  • LLMObsDataDeletionRequestAttributes

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
delay?: number

Optional delay in seconds before the deletion is executed.

from: number

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

query: {
    [key: string]: string;
}

Query filters selecting the data to delete. Must include a query key with an @trace_id filter.

Type declaration

  • [key: string]: string
to: number

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

Generated using TypeDoc