Fetch metadata and configuration details of a training job identified by the provided request_id and org_id.
JWT token for authentication
Bearer token for authentication and authorization.
Organization ID to which the training job belongs.
Unique identifier for the training job request.
The requested training job details were retrieved successfully.
Unique identifier for the training job request
Name of the training experiment
Current status of the training job
QUEUED, RUNNING, COMPLETED, FAILED, CANCELED Timestamp when the job was created
Timestamp when the job was last updated
Timestamp when the job started running
Timestamp when the job completed
Progress percentage of the training job (0-100)
Path to the trained model output (when completed)
Error message if the job failed