| foundry_eval_run_cancel | R Documentation |
Cancel an evaluation run
foundry_eval_run_cancel(
eval_id,
run_id,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = NULL
)
eval_id |
Character. Evaluation ID. |
run_id |
Character. Run ID to cancel. |
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 after cancellation.
## Not run:
# Requires a configured Azure endpoint and credentials, an evaluation ID,
# and a run ID that can be cancelled.
foundry_eval_run_cancel("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.