abacusai.chatllm_computer
=========================

.. py:module:: abacusai.chatllm_computer


Classes
-------

.. autoapisummary::

   abacusai.chatllm_computer.ChatllmComputer


Module Contents
---------------

.. py:class:: ChatllmComputer(client, computerId=None, token=None, vncEndpoint=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   ChatLLMComputer

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param computerId: The computer id.
   :type computerId: int
   :param token: The token.
   :type token: str
   :param vncEndpoint: The VNC endpoint.
   :type vncEndpoint: str


   .. py:attribute:: computer_id
      :value: None



   .. py:attribute:: token
      :value: None



   .. py:attribute:: vnc_endpoint
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



