ramp_database.tools.submission.set_time¶
- 
ramp_database.tools.submission.set_time(session, submission_id, path_predictions)¶
- Set the timing information in the database. - Parameters
- sessionsqlalchemy.orm.Session
- The session to directly perform the operation on the database. 
- submission_idint
- The id of the submission. 
- path_predictionsstr
- The path where the results files are located. 
 
- session