Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


Rnumerai (version 3.0.1)

set_submission_webhook: 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)

Value

Confirmation that your webhook has been set

Arguments

model_id

Target model UUID

webhook

The compute webhook to trigger this model

Examples

Run this code
if (FALSE) {
set_submission_webhook(model_id = get_models()[["bayo"]], webhook = "..")
}

Run the code above in your browser using DataLab