Interface LLMObservabilityApiListLLMObsExperimentsRequest

Hierarchy

  • LLMObservabilityApiListLLMObsExperimentsRequest

Properties

filterDatasetId?: string

Filter experiments by dataset ID.

filterId?: string

Filter experiments by experiment ID. Can be specified multiple times.

filterProjectId?: string

Filter experiments by project ID. Required if filter[dataset_id] is not provided.

pageCursor?: string

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

pageLimit?: number

Maximum number of results to return per page.

Generated using TypeDoc