Source code for openeo_udf.server.config
# -*- coding: utf-8 -*-
[docs]class UdfConfiguration:
machine_learn_storage_path = "/tmp/ml_storage" # Path to store machine learn objects
temporary_storage_path = "/tmp"
# -*- coding: utf-8 -*-
[docs]class UdfConfiguration:
machine_learn_storage_path = "/tmp/ml_storage" # Path to store machine learn objects
temporary_storage_path = "/tmp"