| foundry_eval_run_output_items | R Documentation |
Return the per-row grader results for a completed run. The result is unnested to one row per grader outcome, so a row that was scored by three graders yields three rows.
foundry_eval_run_output_items(
eval_id,
run_id,
status = NULL,
order = NULL,
limit = NULL,
after = NULL,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = NULL
)
eval_id |
Character. Evaluation ID. |
run_id |
Character. Run ID. |
status |
Character. Optional status filter, |
order |
Character. Optional sort order, |
limit |
Integer. Optional maximum number of output items to return. |
after |
Character. Optional pagination cursor. |
api_key |
Character. Optional API key. Falls back to configured auth. |
token |
Character. Optional bearer token. Falls back to configured auth. |
endpoint |
Character. Optional endpoint override. |
api_version |
Character. Optional |
A tibble with one row per grader result, including score, label,
passed, and reason where the grader supplies them.
## Not run:
# Requires a configured Azure endpoint and credentials, an evaluation ID,
# and a completed run ID.
foundry_eval_run_output_items("eval_abc123", "evalrun_xyz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.