Interface AgentObservabilityApiExportLLMObsDatasetRequest

Hierarchy

  • AgentObservabilityApiExportLLMObsDatasetRequest

Properties

datasetId: string

The ID of the Agent Observability dataset.

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

projectId: string

The ID of the Agent 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