turicreate.config.set_runtime_config — Turi Create API 6.4.1 documentation (original) (raw)

turicreate.config. set_runtime_config(name, value)

Configures system behavior at runtime. These configuration values are also read from environment variables at program startup if available. Seeturicreate.config.get_runtime_config() to get the current values for each variable.

Note that defaults may change across versions and the names of performance tuning constants may also change as improved algorithms are developed and implemented.

Parameters: name : string A string referring to runtime configuration variable. value The value to set the variable to.
Raises: RuntimeError If the key does not exist, or if the value cannot be changed to the requested value.

Notes

The following section documents all the Turi Create environment variables that can be configured.

Basic Configuration Variables

S3 Configuration

SSL Configuration

Sort Performance Configuration

Join Performance Configuration

Groupby Aggregate Performance Configuration

Advanced Configuration Variables