Get Evaluation Dataset
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
Path parameters
Agent ID associated with the evaluation dataset
Agent ID associated with the evaluation dataset
Name of the evaluation dataset to retrieve
Name of the evaluation dataset to retrieve
Query parameters
Version number of the evaluation dataset to retrieve. Defaults to the latest version if not specified.
Version number of the evaluation dataset to retrieve. Defaults to the latest version if not specified.
Batch size for processing
Batch size for processing
Response
Dataset file stream