abacusai.private_web_app_deployment

Classes

PrivateWebAppDeployment

Private web app deployment list.

Module Contents

class abacusai.private_web_app_deployment.PrivateWebAppDeployment(client, hostname=None, llmArtifactId=None, hostedAppVersion=None, applicationType=None, lifecycle=None, deploymentConversationId=None, conversationName=None, userId=None, email=None, conversationType=None, source=None, conversationCreatedAt=None)

Bases: abacusai.return_class.AbstractApiClass

Private web app deployment list.

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

  • hostname (str) – The hostname of the web app deployment.

  • llmArtifactId (id) – The ID of the LLM artifact.

  • hostedAppVersion (id) – The version of the hosted app.

  • applicationType (str) – The type of application.

  • lifecycle (str) – The lifecycle of the web app deployment.

  • deploymentConversationId (id) – The ID of the deployment conversation.

  • conversationName (str) – The name of the conversation.

  • userId (id) – The ID of the user who created the deployment.

  • email (str) – The email of the user who created the deployment.

  • conversationType (str) – The type of conversation.

  • source (str) – The source of the conversation.

  • conversationCreatedAt (str) – The timestamp when the conversation was created.

hostname = None
llm_artifact_id = None
hosted_app_version = None
application_type = None
lifecycle = None
deployment_conversation_id = None
conversation_name = None
user_id = None
email = None
conversation_type = None
source = None
conversation_created_at = 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