abacusai.vertical
Classes
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.AbstractApiClassA 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__()