get https://api.contextual.ai/v1/agents//datasets/evaluate/
Stream the raw content of an evaluation Dataset
version. If no version is specified, the latest version is used.
The Dataset
content is downloaded in batches. Batch size can be configured to meet specific processing requirements.
Returns a StreamingResponse
, an asynchronous stream of Dataset
content with:
-
Content-Type: application/octet-stream
-
Content-Disposition: attachment
-
Chunked transfer encoding