abacusai.regenerate_llm_external_application ============================================ .. py:module:: abacusai.regenerate_llm_external_application Classes ------- .. autoapisummary:: abacusai.regenerate_llm_external_application.RegenerateLlmExternalApplication Module Contents --------------- .. py:class:: RegenerateLlmExternalApplication(client, name=None, externalApplicationId=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` An external application that specifies an LLM user can regenerate with in RouteLLM. :param client: An authenticated API Client instance :type client: ApiClient :param name: The external name of the LLM. :type name: str :param externalApplicationId: The unique identifier of the external application. :type externalApplicationId: str .. py:attribute:: name :value: None .. py:attribute:: external_application_id :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