Interface LLMObservabilityApiListLLMObsDatasetRecordsRequest

Hierarchy

  • LLMObservabilityApiListLLMObsDatasetRecordsRequest

Properties

datasetId: string

The ID of the LLM Observability dataset.

filterVersion?: number

Retrieve records from a specific dataset version. Defaults to the current version.

pageCursor?: string

Use the Pagination cursor to retrieve the next page of results.

pageLimit?: number

Maximum number of results to return per page.

projectId: string

The ID of the LLM Observability project.

Generated using TypeDoc