Tool to create a training job for a specific model version. Use when you need to fine-tune a model with custom training data. Supports webhook notifications for training status updates.
nameRequiredstringName of the model to train
inputRequiredobjectJSON object containing inputs to the Cog model's train() function. Schema varies by model
ownerRequiredstringName of the user or organization owning the model
webhookstringHTTPS URL to receive POST requests when training updates occur
version_idRequiredstringThe 64-character model version identifier to use for training
destinationRequiredstringDestination model to push to in format {owner}/{name}
webhook_events_filterarrayList of event types that trigger webhook calls. Options: 'start', 'output', 'logs', 'completed'
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.