medkit.core.operation_desc#

Classes:

OperationDescription(uid, name[, ...])

Description of a specific instance of an operation

class OperationDescription(uid, name, class_name=None, config=<factory>)[source]#

Description of a specific instance of an operation

Parameters
  • uid (str) – The unique identifier of the instance described

  • name (str) – The name of the operation. Can be the same as class_name or something more specific, for operations with a behavior that can be customized (for instance a rule-based entity matcher with user-provided rules, or a model-based entity matcher with a user-provided model)

  • class_name (Optional[str]) – The name of the class of the operation

  • config (Dict[str, Any]) – The specific configuration of the instance