abacusai.vertical

Classes

Vertical

A ChatLLM Vertical (e.g., Health).

Module Contents

class abacusai.vertical.Vertical(client, externalApplicationId=None, deploymentId=None, name=None, description=None, verticalType=None)

Bases: abacusai.return_class.AbstractApiClass

A ChatLLM Vertical (e.g., Health).

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • externalApplicationId (str) – The ID of the vertical’s external application.

  • deploymentId (str) – The ID of the vertical’s deployment.

  • name (str) – The name of the vertical.

  • description (str) – The description of the vertical.

  • verticalType (str) – The type of vertical (e.g., HEALTH).

external_application_id = None
deployment_id = None
name = None
description = None
vertical_type = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict