Skip to content

Commit

Permalink
docs: Complete attribute definition
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jan 20, 2025
1 parent c93a2ca commit 56c8cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argilla/src/argilla/users/_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
last_name (str): The last name of the user
role (str): The role of the user, either 'annotator', admin, or 'owner'
password (str): The password of the user
id (UUID): The ID of the user
id (UUID): The ID of the user. If provided before a .create, the will be created with this ID
client (Argilla): The client used to interact with Argilla
Returns:
Expand Down
2 changes: 1 addition & 1 deletion argilla/src/argilla/workspaces/_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(
Parameters:
name (str): The name of the workspace
id (UUID): The id of the workspace
id (UUID): The id of the workspace. If provided before a .create, the workspace will be created with this ID
client (Argilla): The client used to interact with Argilla
Returns:
Expand Down

0 comments on commit 56c8cf8

Please sign in to comment.