Settings

Attributes

attributetagstr
= f'{__name__.split('.')[0]}'
attributedirstr
= str(os.path.abspath(os.getcwd()))
attributecompatdict[str, any]
= {}
attributeprojectstr
= 'default'
attributemodestr
= 'perf'
attributemetalist
= None
attributemessagequeue.Queue
= queue.Queue()
attributealertdict[str, any]
= {}
attributedisable_storebool
= True
attributedisable_ifacebool
= False
attributedisable_loggerbool
= False
attributestore_dbstr
= 'store.db'
attributestore_table_numstr
= 'num'
attributestore_table_filestr
= 'file'
attributestore_max_sizeint
= 2 ** 14
attributestore_aggregate_intervalfloat
= 2 ** -1
attributehttp_proxystr
= None
attributehttps_proxystr
= None
attributeinsecure_disable_sslbool
= False
attributex_log_levelint
= 2 ** 4
attributex_internal_check_processint
= 1
attributex_file_stream_retry_maxint
= 2 ** 2
attributex_file_stream_retry_wait_min_secondsfloat
= 2 ** -1
attributex_file_stream_retry_wait_max_secondsfloat
= 2
attributex_file_stream_timeout_secondsint
= 2 ** 5
attributex_file_stream_max_connint
= 2 ** 5
attributex_file_stream_max_sizeint
= 2 ** 18
attributex_file_stream_transmit_intervalint
= 2 ** 3
attributex_sys_sampling_intervalint
= 2 ** 2
attributex_sys_labelstr
= 'sys'
attributex_grad_labelstr
= 'grad'
attributex_param_labelstr
= 'param'
attributeurl_webhookstr
= None
attributeurl_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
= None

Functions

funcupdate(self, settings) -> None
paramself
paramsettings

Returns

None
functo_dict(self) -> dict[str, any]
paramself

Returns

dict[str, any]
funcget_dir(self) -> str
paramself

Returns

str
func_nb(self) -> bool
paramself

Returns

bool
func_nb_colab(self) -> bool
paramself

Returns

bool
func_nb_kaggle(self) -> bool
paramself

Returns

bool

On this page