Interface LLMObservabilityApiUploadLLMObsDatasetRecordsFileRequest

Hierarchy

  • LLMObservabilityApiUploadLLMObsDatasetRecordsFileRequest

Properties

datasetId: string

The ID of the LLM Observability dataset.

deduplicate?: boolean

Whether to skip records whose input already exists in the dataset. Defaults to false.

file?: HttpFile

Multipart upload payload containing the records file.

includeUserData?: boolean

Whether to enrich the response with user metadata.

overwrite?: boolean

Whether to overwrite existing records that share the same user-provided id. Defaults to true.

projectId: string

The ID of the LLM Observability project.

tags?: string[]

Tags to apply to every uploaded record, in addition to any tags defined on individual rows. Can be repeated, e.g. tags=env:prod&tags=team:ai.

Generated using TypeDoc