medkit.core.operation_desc#
Classes#
Description of a specific instance of an operation. |
Module Contents#
- class medkit.core.operation_desc.OperationDescription#
Description of a specific instance of an operation.
- Attributes:
- uidstr
The unique identifier of the instance described
- namestr
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_namestr, optional
The name of the class of the operation
- configdict of str to Any, optional
The specific configuration of the instance
- uid: str#
- name: str#
- class_name: str | None = None#
- config: dict[str, Any]#
- to_dict() dict[str, Any] #