-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REFACTOR] argilla
: Align questions to Resource
API
#5680
[REFACTOR] argilla
: Align questions to Resource
API
#5680
Conversation
argilla
: Align questions to Resource
API.argilla
: Align questions to Resource
API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a nice refactor and alignment. One question: does the new update API method allow updating questions? If so, how and when within the dataset lifecycle?
Yes. This change allows users to update some values for questions. It's true that currently there is not much flexibility to change questions (titles, descriptions, some flags) but this may change in the future (adding new labels for label or span questions,...). Fields have a similar flexibility degree and can be updated from the SDK. |
Co-authored-by: burtenshaw <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
Closes #4931
Type of change
How Has This Been Tested
Checklist