argilla
argilla copied to clipboard
[REFACTOR] Simplify naming of serialize, to_dict, and to_json methods
Includes argilla-io/argilla-python#196
It is not clear for users how the could or should serialize resources for persistance.
- The method names should be made consistent
- API methods should be mad private
- Documentation should be added for persistence workflows.