save_model

ProjectIoInterface.save_model(model: Model, file_name: str)[source]

Save a Model instance to a spec file.

NOT IMPLEMENTED

Parameters:
  • model (Model) – Model instance to save to specs file.

  • file_name (str) – File to write the model specs to.