Description Usage Arguments Value
Returns the secret values from the keyvault associated with the
workspace for a given set of secret names. For runs submitted using
submit_experiment()
, you can use get_secrets_from_run()
instead,
as that method shortcuts workspace instantiation (since a submitted
run is aware of its workspace).
1 | get_secrets(keyvault, secrets)
|
keyvault |
The |
secrets |
A vector of secret names. |
A named list of found and not found secrets, where element
name corresponds to the secret name. If a secret was not found, the
corresponding element will be NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.