Settings
Attributes
attributetagstr= f'{__name__.split('.')[0]}'attributedirstr= str(os.path.abspath(os.getcwd()))attributecompatdict[str, any]= {}attributeprojectstr= 'default'attributemodestr= 'perf'attributemetalist= Noneattributemessagequeue.Queue= queue.Queue()attributealertdict[str, any]= {}attributedisable_storebool= Trueattributedisable_ifacebool= Falseattributedisable_loggerbool= Falseattributestore_dbstr= 'store.db'attributestore_table_numstr= 'num'attributestore_table_filestr= 'file'attributestore_max_sizeint= 2 ** 14attributestore_aggregate_intervalfloat= 2 ** -1attributehttp_proxystr= Noneattributehttps_proxystr= Noneattributeinsecure_disable_sslbool= Falseattributex_log_levelint= 2 ** 4attributex_internal_check_processint= 1attributex_file_stream_retry_maxint= 2 ** 2attributex_file_stream_retry_wait_min_secondsfloat= 2 ** -1attributex_file_stream_retry_wait_max_secondsfloat= 2attributex_file_stream_timeout_secondsint= 2 ** 5attributex_file_stream_max_connint= 2 ** 5attributex_file_stream_max_sizeint= 2 ** 18attributex_file_stream_transmit_intervalint= 2 ** 3attributex_sys_sampling_intervalint= 2 ** 2attributex_sys_labelstr= 'sys'attributex_grad_labelstr= 'grad'attributex_param_labelstr= 'param'attributeurl_webhookstr= Noneattributeurl_tokenstr= f'{_url}/api-keys'attributeurl_alertstr= f'{_url_py}/api/runs/alert'attributeurl_triggerstr= f'{_url_py}/api/runs/trigger'attributeurl_loginstr= f'{_url_api}/api/slug'attributeurl_startstr= f'{_url_api}/api/runs/create'attributeurl_stopstr= f'{_url_api}/api/runs/status/update'attributeurl_metastr= f'{_url_api}/api/runs/logName/add'attributeurl_graphstr= f'{_url_api}/api/runs/modelGraph/create'attributeurl_numstr= f'{_url_ingest}/ingest/metrics'attributeurl_datastr= f'{_url_ingest}/ingest/data'attributeurl_filestr= f'{_url_ingest}/files'attributeurl_messagestr= f'{_url_ingest}/ingest/logs'attributeurl_viewstr= NoneFunctions
funcupdate(self, settings) -> NoneparamselfparamsettingsReturns
Nonefuncto_dict(self) -> dict[str, any]paramselfReturns
dict[str, any]funcget_dir(self) -> strparamselfReturns
strfunc_nb(self) -> boolparamselfReturns
boolfunc_nb_colab(self) -> boolparamselfReturns
boolfunc_nb_kaggle(self) -> boolparamselfReturns
bool