export_json

DatomaJob.export_json(path=None)[source]

Exports the job information to a JSON file.

Parameters:

path (str, optional) – Path to export the information to, defaults to None

Raises:

FileNotFoundError – Raises an error if the file could not be created.