abacusai.chatllm_computer_status
================================

.. py:module:: abacusai.chatllm_computer_status


Classes
-------

.. autoapisummary::

   abacusai.chatllm_computer_status.ChatllmComputerStatus


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

.. py:class:: ChatllmComputerStatus(client, computerId=None, vncEndpoint=None, computerStarted=None, restartRequired=None)

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


   ChatLLM Computer Status

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param computerId: The ID of the computer, it can be a deployment_conversation_id or a computer_id (TODO: add separate field for deployment_conversation_id)
   :type computerId: str
   :param vncEndpoint: The VNC endpoint of the computer
   :type vncEndpoint: str
   :param computerStarted: Whether the computer has started
   :type computerStarted: bool
   :param restartRequired: Whether the computer needs to be restarted
   :type restartRequired: bool


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



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



   .. py:attribute:: computer_started
      :value: None



   .. py:attribute:: restart_required
      :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



