ExperimentClient.experiment_file_upload¶ ExperimentClient.experiment_file_upload(experiment_id, file_name, file_data)[source]¶ Uploads a data file to the DB Parameters: experiment_id (str) – Experiment ID. file_name (str) – The intended name of the data file file_data (str) – The contents of the data file