Settings
Attributes
attribute
tagstr
= f'{__name__.split('.')[0]}'
attribute
dirstr
= str(os.path.abspath(os.getcwd()))
attribute
compatdict[str, any]
= {}
attribute
projectstr
= 'default'
attribute
modestr
= 'perf'
attribute
metalist
= None
attribute
messagequeue.Queue
= queue.Queue()
attribute
alertdict[str, any]
= {}
attribute
disable_storebool
= True
attribute
disable_ifacebool
= False
attribute
disable_loggerbool
= False
attribute
store_dbstr
= 'store.db'
attribute
store_table_numstr
= 'num'
attribute
store_table_filestr
= 'file'
attribute
store_max_sizeint
= 2 ** 14
attribute
store_aggregate_intervalfloat
= 2 ** -1
attribute
http_proxystr
= None
attribute
https_proxystr
= None
attribute
insecure_disable_sslbool
= False
attribute
x_log_levelint
= 2 ** 4
attribute
x_internal_check_processint
= 1
attribute
x_file_stream_retry_maxint
= 2 ** 2
attribute
x_file_stream_retry_wait_min_secondsfloat
= 2 ** -1
attribute
x_file_stream_retry_wait_max_secondsfloat
= 2
attribute
x_file_stream_timeout_secondsint
= 2 ** 5
attribute
x_file_stream_max_connint
= 2 ** 5
attribute
x_file_stream_max_sizeint
= 2 ** 18
attribute
x_file_stream_transmit_intervalint
= 2 ** 3
attribute
x_sys_sampling_intervalint
= 2 ** 2
attribute
x_sys_labelstr
= 'sys'
attribute
x_grad_labelstr
= 'grad'
attribute
x_param_labelstr
= 'param'
attribute
url_webhookstr
= None
attribute
url_tokenstr
= f'{_url}/api-keys'
attribute
url_alertstr
= f'{_url_py}/api/runs/alert'
attribute
url_triggerstr
= f'{_url_py}/api/runs/trigger'
attribute
url_loginstr
= f'{_url_api}/api/slug'
attribute
url_startstr
= f'{_url_api}/api/runs/create'
attribute
url_stopstr
= f'{_url_api}/api/runs/status/update'
attribute
url_metastr
= f'{_url_api}/api/runs/logName/add'
attribute
url_graphstr
= f'{_url_api}/api/runs/modelGraph/create'
attribute
url_numstr
= f'{_url_ingest}/ingest/metrics'
attribute
url_datastr
= f'{_url_ingest}/ingest/data'
attribute
url_filestr
= f'{_url_ingest}/files'
attribute
url_messagestr
= f'{_url_ingest}/ingest/logs'
attribute
url_viewstr
= None
Functions
func
update(self, settings) -> None
param
selfparam
settingsReturns
None
func
to_dict(self) -> dict[str, any]
param
selfReturns
dict[str, any]
func
get_dir(self) -> str
param
selfReturns
str
func
_nb(self) -> bool
param
selfReturns
bool
func
_nb_colab(self) -> bool
param
selfReturns
bool
func
_nb_kaggle(self) -> bool
param
selfReturns
bool