Metadata accompanying the spans response.

Hierarchy

  • LLMObsSpansResponseMeta

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
elapsed: number

Time elapsed for the query in milliseconds.

Pagination cursor for the spans response.

requestId: string

Unique identifier for the request.

status: string

Status of the query execution.

Generated using TypeDoc