You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of the below the first section should be along the lines of (replace the with and):
"The set_default_config_id method replaces and sets a new configuration identifier in the Senzing database."
@abstractmethod
def set_default_config_id(self, config_id: int, **kwargs: Any) -> None:
"""
The `set_default_config_id` method replaces the sets a new configuration identifier in the Senzing database.
To serialize modifying of the configuration identifier, see `replace_default_config_id`.
Args:
config_id (int): The configuration identifier of the Senzing Engine configuration to use as the default.
Raises:
TypeError: Incorrect datatype of input parameter.
.. collapse:: Example:
.. literalinclude:: ../../examples/szconfigmanager/set_default_config_id.py
:linenos:
:language: python
"""
The text was updated successfully, but these errors were encountered:
Instead of the below the first section should be along the lines of (replace the with and):
"The
set_default_config_id
method replaces and sets a new configuration identifier in the Senzing database."The text was updated successfully, but these errors were encountered: