abacusai.llm_artifact_conversation
==================================

.. py:module:: abacusai.llm_artifact_conversation


Classes
-------

.. autoapisummary::

   abacusai.llm_artifact_conversation.LlmArtifactConversation


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

.. py:class:: LlmArtifactConversation(client, deploymentConversationId=None, llmArtifactId=None, deploymentConversationName=None, externalApplicationId=None, createdAt=None)

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


   LLM Artifact Conversation

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param deploymentConversationId: The ID of the deployment conversation
   :type deploymentConversationId: id
   :param llmArtifactId: The ID of the LLM artifact
   :type llmArtifactId: id
   :param deploymentConversationName: The name of the conversation
   :type deploymentConversationName: str
   :param externalApplicationId: The external application ID
   :type externalApplicationId: str
   :param createdAt: The creation timestamp
   :type createdAt: str


   .. py:attribute:: deployment_conversation_id
      :value: None



   .. py:attribute:: llm_artifact_id
      :value: None



   .. py:attribute:: deployment_conversation_name
      :value: None



   .. py:attribute:: external_application_id
      :value: None



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



