Class LLMObsSearchSpansRequestAttributes

Attributes of an LLM Observability spans search request.

Hierarchy

  • LLMObsSearchSpansRequestAttributes

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

Filter criteria for an LLM Observability span search.

Additional options for a span search request.

Pagination settings for a span search request.

sort?: string

Sort order for the results. Use - prefix for descending order.

Generated using TypeDoc