Get: Fetch Model Training Logs
This API allows users to fetch model training logs for a specific use case in real-time. Users can choose the type of log (e.g., stream_read, error, train) and must provide the use case ID and version.
Endpoint:
/aion_core/get_model_training_logs
Input Parameters:
- usecaseVersion (integer): Version of the use case (default: 1)
- log_type (string): Type of log to fetch (e.g., stream_read)
- usecaseId (string, required): Unique identifier of the use case
Output:
- Streamed log content from model training in the selected category