Interface LLMObservabilityApiListLLMObsDatasetsRequest

Hierarchy

  • LLMObservabilityApiListLLMObsDatasetsRequest

Properties

filterId?: string

Filter datasets by dataset ID.

filterName?: string

Filter datasets by name.

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