MCPcopy Index your code
hub / github.com/algorithmiaio/algorithmia-python / freezeAlgo

Method freezeAlgo

Algorithmia/CLI.py:244–245  ·  view source on GitHub ↗
(self, client, manifest_path="model_manifest.json")

Source from the content-addressed store, hash-verified

242
243 # algo freeze
244 def freezeAlgo(self, client, manifest_path="model_manifest.json"):
245 client.freeze(manifest_path)
246
247 # algo cp <src> <dest>
248 def cp(self, src, dest, client):

Callers 1

mainFunction · 0.80

Calls 1

freezeMethod · 0.80

Tested by

no test coverage detected