Interface LLMObservabilityApiExportLLMObsDatasetRequest

Hierarchy

  • LLMObservabilityApiExportLLMObsDatasetRequest

Properties

datasetId: string

The ID of the LLM Observability dataset.

Export format for the dataset contents. Only csv is currently supported.

projectId: string

The ID of the LLM Observability project.

version?: number

Version of the dataset to export. If omitted, the current version is used. Must be between 0 and the current version of the dataset, inclusive.

Generated using TypeDoc