abacusai.chatllm_project_permissions

Classes

ChatllmProjectPermissions

ChatLLM Project Permissions

Module Contents

class abacusai.chatllm_project_permissions.ChatllmProjectPermissions(client, chatllmProjectId=None, accessLevel=None, userPermissions=None, userGroupPermissions=None)

Bases: abacusai.return_class.AbstractApiClass

ChatLLM Project Permissions

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • chatllmProjectId (id) – The ID of the chatllm project.

  • accessLevel (str) – The access level of the chatllm project.

  • userPermissions (list) – List of tuples containing (user_id, permission).

  • userGroupPermissions (list) – List of tuples containing (user_group_id, permission).

chatllm_project_id = None
access_level = None
user_permissions = None
user_group_permissions = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict