Pagination settings for a span search request.

Hierarchy

  • LLMObsSpanPageQuery

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

Cursor from the previous response to retrieve the next page.

limit?: number

Maximum number of spans to return. Defaults to 10.

Generated using TypeDoc