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