abacusai.vertical ================= .. py:module:: abacusai.vertical Classes ------- .. autoapisummary:: abacusai.vertical.Vertical Module Contents --------------- .. py:class:: Vertical(client, externalApplicationId=None, deploymentId=None, name=None, description=None, verticalType=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A ChatLLM Vertical (e.g., Health). :param client: An authenticated API Client instance :type client: ApiClient :param externalApplicationId: The ID of the vertical's external application. :type externalApplicationId: str :param deploymentId: The ID of the vertical's deployment. :type deploymentId: str :param name: The name of the vertical. :type name: str :param description: The description of the vertical. :type description: str :param verticalType: The type of vertical (e.g., HEALTH). :type verticalType: str .. py:attribute:: external_application_id :value: None .. py:attribute:: deployment_id :value: None .. py:attribute:: name :value: None .. py:attribute:: description :value: None .. py:attribute:: vertical_type :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