Interface LLMObservabilityApiListLLMObsExperimentEventsRequest

Hierarchy

  • LLMObservabilityApiListLLMObsExperimentEventsRequest

Properties

experimentId: string

The ID of the LLM Observability experiment.

pageCursor?: string

Opaque cursor from a previous response to fetch the next page of results.

pageLimit?: number

Maximum number of spans to return per page. Defaults to 5000.

Generated using TypeDoc