PySpark referenceClassesRuntimeConfigisModifiableOn this pageisModifiable Indicates whether the configuration property with the given key is modifiable in the current session. Syntax isModifiable(key: str) Parameters ParameterTypeDescriptionkeystrKey of the configuration to check. Returns bool