| foundry_eval_runs | R Documentation |
List evaluation runs
foundry_eval_runs(
eval_id,
status = NULL,
order = NULL,
limit = NULL,
after = NULL,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = NULL
)
eval_id |
Character. Evaluation ID. |
status |
Character. Optional status filter, one of |
order |
Character. Optional sort order, |
limit |
Integer. Optional maximum number of runs 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 run.
## Not run:
# Requires a configured Azure endpoint, credentials, and an evaluation ID.
foundry_eval_runs("eval_abc123", status = "completed")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.