Get: Download Model Report

Downloads the full training report generated after pipeline execution. The report includes data preprocessing summary, model performance, and comparative metrics.

Endpoint:

/aion_core/download_model_report

Input Parameters:

  • usecaseId (string, required): Unique identifier of the use case
  • usecaseVersion (integer, default: 1): Version of the use case

Output:

Downloadable PDF containing the model training report

  1. Post: Pipeline and Summary Poll

This API fetches use-case details and validates the presence of required data and configuration. It then starts the training pipeline synchronously, continuously polling the Redis mt_status hash field until the process is marked as completed or failed. Upon completion, it updates the relevant database statuses and returns the model summary.

Endpoint:

/aion_core/aion_training

Input Parameters:

  • usecaseId (string, required): Unique identifier of the use case
  • usecaseVersion (integer, default: 1): Version of the use case

Output:

Status updates, pipeline progress, or final training summary