pydo.genai.get_model_evaluation_run_results_download_url()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
To get a presigned download URL for model evaluation run results (gzip-compressed JSON), send a GET request to /v2/genai/model_evaluation_runs/{eval_run_uuid}/results/download_url.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
eval_run_uuid |
string | True | UUID of the evaluation run. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.