turicreate.config.get_runtime_config¶
-
turicreate.config.get_runtime_config()¶ Returns all the Turi Create configuration variables that can be set at runtime. See
turicreate.config.set_runtime_config()to set these values and for documentation on the effect of each variable.Returns: - Returns a dictionary of {key:value,..}
See also