| foundry_batch_get | R Documentation |
Retrieve a Microsoft Foundry batch
foundry_batch_get(
batch_id,
api_key = NULL,
token = NULL,
endpoint_url = NULL,
api_version = NULL
)
batch_id |
Character. Batch ID to retrieve. |
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 one-row tibble with batch metadata.
## Not run:
# Requires a configured Azure endpoint and credentials,
# plus an existing batch ID.
foundry_batch_get("batch_abc123")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.