| foundry_eval_run_get | R Documentation |
Retrieve an evaluation run
foundry_eval_run_get(
eval_id,
run_id,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = NULL
)
eval_id |
Character. Evaluation ID. |
run_id |
Character. Run ID. |
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 one-row tibble describing the run, including aggregate result counts.
## Not run:
# Requires a configured Azure endpoint, credentials, and evaluation/run IDs.
foundry_eval_run_get("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.