schrodinger.application.livedesign.models2.io.instance module¶
- schrodinger.application.livedesign.models2.io.instance.upload_instance(model_inst: ModelInstance) None ¶
Upload the given model definition to a LiveDesign instance.
- Parameters:
model_inst – The model definition to upload.
- schrodinger.application.livedesign.models2.io.instance.download_instance(inst_id: str, version: int | None = None) ModelInstance ¶
Download and return the model instance with the given ID and version.
- Parameters:
inst_id – The ID of the model instance to download.
version – The version of the model instance to download. If None, download the latest version.