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 |
221
-
|`options.input`| object |**Required**. An object with the models inputs|
239
+
|`options.input`| object |**Required**. An object with the model's inputs |
222
240
|`options.webhook`| string | An HTTPS URL for receiving a webhook when the prediction has new output |
223
241
|`options.webhook_events_filter`| string[]| You can change which events trigger webhook requests by specifying webhook events (`start`\|`output`\|`logs`\|`completed`) |
|`options.version`| string |**Required**. The model version |
319
337
|`options.destination`| string |**Required**. The destination for the trained version in the form `{username}/{model_name}`|
320
-
|`options.input`| object |**Required**. An object with the models inputs|
338
+
|`options.input`| object |**Required**. An object with the model's inputs |
321
339
|`options.webhook`| string | An HTTPS URL for receiving a webhook when the training has new output |
322
340
|`options.webhook_events_filter`| string[]| You can change which events trigger webhook requests by specifying webhook events (`start`\|`output`\|`logs`\|`completed`) |
0 commit comments