pydo.genai.get_model_evaluation_run_results_download_url()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.genai.get_model_evaluation_run_results_download_url(
eval_run_uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
)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
eval_run_uuidstring requiredUUID of the evaluation run.
Response Example
More Information
See /v2/gen-ai/model_evaluation_runs/{eval_run_uuid}/results/download_url in the API reference for additional detail on responses, headers, parameters, and more.