dqa.connectors.exporter.PickleExporter#
- class dqa.connectors.exporter.PickleExporter(filename: str, **kwargs)#
Exports the dataset dictionary into a pickle file.
This complements the dqa.connectors.importer.PickleImporter class.
- Parameters:
filename (str) – Name of the output file.
Methods
finish
()Can perform actions that are required to clean up after the task has finished, e.g. close network connections etc.
export_data_row
export_dataset
export_dataset_dict
export_machine
export_measurement
finish_export
in_out_default
input_output_dataset
input_output_machine
input_output_mode
input_output_name
log
modify_data_row
modify_dataset
modify_dataset_dict
modify_machine
modify_measurement
set_logging_level
start_export
transfer_metadata