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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Agent ID associated with the evaluation dataset
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.
Batch size for processing
1 <= x <= 1000
Response
The response is of type file
.
Was this page helpful?