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
* @param {string} model_owner - Required. The username of the user or organization who owns the model
5
+
* @param {string} model_name - Required. The name of the model
6
+
* @param {string} version_id - Required. The version ID
7
+
* @param {object} options
8
+
* @param {string} options.destination - Required. The destination for the trained version in the form "{username}/{model_name}"
9
+
* @param {object} options.input - Required. An object with the model inputs
10
+
* @param {string} [options.webhook] - An HTTPS URL for receiving a webhook when the training updates
11
+
* @param {string[]} [options.webhook_events_filter] - You can change which events trigger webhook requests by specifying webhook events (`start`|`output`|`logs`|`completed`)
12
+
* @returns {Promise<object>} Resolves with the data for the created training
0 commit comments