| foundry_eval_delete | R Documentation |
Delete an evaluation
foundry_eval_delete(
eval_id,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = NULL
)
eval_id |
Character. Evaluation ID to delete. |
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 with eval_id, deleted, and object.
## Not run:
# Requires a configured Azure endpoint and credentials,
# plus an existing evaluation you can delete.
foundry_eval_delete("eval_abc123")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.