IBMExperimentService.experiment_has_file¶
- IBMExperimentService.experiment_has_file(experiment_id, file_name)[source]¶
Checks whether a specific expriment has a specific file :type experiment_id:
str:param experiment_id: The experiment the data file belongs to :type file_name:str:param file_name: The filename of the data file- Return type:
bool- Returns:
True if the file exists for the specified experiment