| foundry_batches | R Documentation |
List Microsoft Foundry batches
foundry_batches(
limit = NULL,
after = NULL,
api_key = NULL,
token = NULL,
endpoint_url = NULL,
api_version = NULL
)
limit |
Integer. Optional maximum number of batches to return. |
after |
Character. Optional pagination cursor. |
api_key |
Character. Optional API key override. |
token |
Character. Optional bearer token override. |
endpoint_url |
Character. Optional Foundry endpoint override. |
api_version |
Character. Optional API version query value. |
A tibble with one row per batch.
## Not run:
# Requires a configured Azure endpoint and credentials.
foundry_batches(limit = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.