Add default_output_uri in trains.conf configuration

Fix Task.set_credentials support for different web/api/files hosts
This commit is contained in:
allegroai
2019-11-23 01:27:45 +02:00
parent 8ab982cbc9
commit 8aa86225e2
3 changed files with 31 additions and 9 deletions

View File

@@ -31,6 +31,11 @@ sdk {
# X files are stored in the upload destination for each metric/variant combination.
file_history_size: 100
# Max history size for matplotlib imshow files per plot title.
# File names for the uploaded images will be recycled in such a way that no more than
# X images are stored in the upload destination for each matplotlib plot title.
matplotlib_untitled_history_size: 100
# Settings for generated debug images
images {
format: JPEG
@@ -140,6 +145,9 @@ sdk {
# Support stopping an experiment in case it was externally stopped, status was changed or task was reset
support_stopping: True
# Default Task output_uri. if output_uri is not provided to Task.init, default_output_uri will be used instead.
default_output_uri: ""
# Development mode worker
worker {
# Status report period in seconds