Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to run some prediction via API, I found that POST/v1/automl-predictions/{predictionId}/jobs this api runs the prediction, but after running for some time its status goes to error when hovering the error symbol it says unexpected error occured, While running it manually there is no error and a prediction is generated. Also I checked the console after running the prediction via API, I found this error message say AML-144, datasync dependent service error. can some one help me with this Thanks.
Hi
The error message suggests that a dependent service is failing. Verify if the services required for running the prediction (e.g., Data Sync, Data Preparation) are functioning correctly. Look into the logs of these dependent services to identify any configuration or runtime issues.
Did you inspect the API Request?
Ensure that the API payload you are sending to POST /v1/automl-predictions/{predictionId}/jobs is complete and correct, you can cross-check the request body against the manual execution process. Any missing or misconfigured parameters could result in this error.