diff --git a/argilla/src/argilla/users/_resource.py b/argilla/src/argilla/users/_resource.py index c048ec2b30..fb082787f7 100644 --- a/argilla/src/argilla/users/_resource.py +++ b/argilla/src/argilla/users/_resource.py @@ -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: diff --git a/argilla/src/argilla/workspaces/_resource.py b/argilla/src/argilla/workspaces/_resource.py index e1474ede46..c891873f85 100644 --- a/argilla/src/argilla/workspaces/_resource.py +++ b/argilla/src/argilla/workspaces/_resource.py @@ -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: