Get Training
Retrieves detailed information about a specific training job on the Replicate AI platform, including its status and output.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Connection Id - The identifier of the Replicate AI connection to use.
- Training Id - The unique identifier of the training job to retrieve information for.
Options
This node does not have any configurable options.
Output
- Response - An object containing detailed information about the training job, including:
- Output - The training job's output/result
- CompletedAt - Timestamp when the training job completed
- CreatedAt - Timestamp when the training job was created
- Input - The input parameters used for the training
- Status - Current status of the training job (starting, processing, succeeded, failed, canceled)
- Source - Source of the training job
- URLs - URLs related to the training job
- Version - Model version used for the training
How It Works
The Get Training node integrates with the Replicate AI platform to retrieve detailed information about a specific training job. When executed, the node:
- Validates the provided Connection Id and Training Id
- Retrieves training information using the Replicate API directly
- Returns a structured object with the training job's details including status and output
Requirements
- A valid Replicate AI account
- A configured Replicate AI connection in Robomotion
- The Training Id of an existing training job
Error Handling
The node will return specific errors in the following cases:
- Empty or invalid Connection Id
- Empty or invalid Training Id
- Invalid connection credentials
- Network issues when communicating with the Replicate API
- API errors from the Replicate platform
- Training job not found on the Replicate platform
- Robomotion Credits cannot be used with this node
Usage Notes
- This node is useful for checking the status of a training job created with the Create Training node
- The Status field indicates whether the training job is still processing, completed, or failed
- The Output field contains the actual result of the training job when it's completed
- This node does not support Robomotion Credits - a direct Replicate API key is required
- Use this node in loops or conditional flows to wait for training completion
- The training job must exist and be accessible to the authenticated user