Expand description
Matching function operations for Senzing configuration
This module provides functions for managing matching functions in CFG_RTYPE in the Senzing configuration JSON.
Note: These are placeholder functions that will be implemented when the CLI command implementations are completed.
Functionsยง
- add_
matching_ function - Add a new matching function (placeholder)
- delete_
matching_ function - Delete a matching function (placeholder)
- get_
matching_ function - Get a matching function (placeholder)
- list_
matching_ functions - List all matching functions (placeholder)
- remove_
matching_ function - Remove a matching function (placeholder)
- set_
matching_ function - Set (update) a matching function (placeholder)