clearml-agent/clearml_agent/backend_api/session
2022-03-24 22:04:25 +02:00
..
client
jsonmodels
__init__.py
apimodel.py
callresult.py
datamodel.py
defs.py Add CLEARML_AGENT_PROPAGATE_EXITCODE, set to 1 to let clearml-agent execute retrun a nonzero exit code on failure (notice by default we keep the retrun code 0, the exception is the k8s glue with non-restarting Pods, where users would want to get visibility into failing Tasks, do not use unless you know what to expect from k8s) 2022-03-24 22:04:25 +02:00
errors.py
request.py Fix ENV_API_DEFAULT_REQ_METHOD no default value causes ValueError if not specified 2022-01-31 12:39:39 +02:00
response.py
session.py Add custom build script support 2022-03-15 10:04:25 +02:00
token_manager.py