Documentation for Python Client Library Functions and Classes
Class: VYSPClient
Methods
__init__(self, tenant_api_key, gate_api_key, installation_type="cloud", installation_url=None)
__init__(self, tenant_api_key, gate_api_key, installation_type="cloud", installation_url=None)check_input(self, client_ref_user_id, prompt, internal=False, metadata=None)
check_input(self, client_ref_user_id, prompt, internal=False, metadata=None)check_output(self, client_ref_user_id, prompt, model_output, internal=False, metadata=None)
check_output(self, client_ref_user_id, prompt, model_output, internal=False, metadata=None)Exceptions
AuthenticationError
AuthenticationErrorNotFoundError
NotFoundErrorBadRequestError
BadRequestErrorApiError
ApiErrorLast updated