backend/training-pipeline/functions/api/start_job.py [141:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            'target': str(body['target']),
            'batch_normalization': str(body['batchNormalization']),
            'include_dropout': str(body['includeDropout']),
            'loss_metric': str(body['lossMetric']),
            'monitor_metric': str(body['monitorMetric']),
            'lr_update_patience': str(body['lrUpdatePatience']),
            'early_stopping_patience': str(body['earlyStoppingPatience']),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



backend/training-pipeline/functions/api/start_job.py [178:184]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            'target': str(body['target']),
            'batch_normalization': str(body['batchNormalization']),
            'include_dropout': str(body['includeDropout']),
            'loss_metric': str(body['lossMetric']),
            'monitor_metric': str(body['monitorMetric']),
            'lr_update_patience': str(body['lrUpdatePatience']),
            'early_stopping_patience': str(body['earlyStoppingPatience']),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



