Post: Retrain Reconfigure

In this API, we either reconfigure an existing use case or retrain it with a specific version. Reconfiguration updates the setup or configuration of a use case, while retraining re-runs the training process using existing data and parameters.

Endpoint:

/aion_core/usecase/retrain_reconfigure

Input:

  • Query Parameters:
    • usecaseId (string, required): Unique identifier for the use case to be retrained or reconfigured.
    • usecaseVersion (integer, optional): Version of the use case to be retrained. Required only for retraining.