Open-EO / openeo-python-driver

Common parts of a Python driver implementation for OpenEO
Apache License 2.0
11 stars 5 forks source link

future proof load_ml_model #306

Open soxofaan opened 2 months ago

soxofaan commented 2 months ago

We have an old spec of load_ml_model in openeo-python-driver:

https://github.com/Open-EO/openeo-python-driver/blob/22f89cfaa30306115f5479bdfc8b9ea8ebd0f04e/openeo_driver/specs/openeo-processes/experimental/load_ml_model.json#L2-L37

this was based on an old version of load_ml_model in openeo-processes, which was removed by https://github.com/Open-EO/openeo-processes/pull/417

The new version of load_ml_model is under construction at https://github.com/Open-EO/openeo-processes/pull/441

Important detail: the single argument of old load_ml_model was named id (which will be weird because only urls will be passed in practice), while the new one is uri which makes more sense

soxofaan commented 2 months ago

related ticket for python client: