Expand description
Candidate function operations for Senzing configuration
This module provides functions for managing candidate 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_
candidate_ function - Add a new candidate function (placeholder)
- delete_
candidate_ function - Delete a candidate function (placeholder)
- get_
candidate_ function - Get a candidate function (placeholder)
- list_
candidate_ functions - List all candidate functions (placeholder)
- remove_
candidate_ function - Remove a candidate function (placeholder)
- set_
candidate_ function - Set (update) a candidate function (placeholder)