You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`options.version`| string |**Required**. The model version |
316
+
|`options.destination`| string |**Required**. The destination for the trained version in the form `{username}/{model_name}`|
317
+
|`options.input`| object |**Required**. An object with the models inputs |
318
+
|`options.webhook`| string | An HTTPS URL for receiving a webhook when the training has new output |
319
+
|`options.webhook_events_filter`| string[]| You can change which events trigger webhook requests by specifying webhook events (`start`\|`output`\|`logs`\|`completed`) |
0 commit comments