set_submission_webhook {Rnumerai} | R Documentation |
Set a model's submission webhook used in Numerai Compute
Description
Set a model's submission webhook used in Numerai Compute
Usage
set_submission_webhook(model_id, webhook)
Arguments
model_id |
Target model UUID |
webhook |
The compute webhook to trigger this model |
Value
Confirmation that your webhook has been set
Examples
## Not run:
set_submission_webhook(model_id = get_models()[["bayo"]], webhook = "..")
## End(Not run)
[Package Rnumerai version 3.0.1 Index]