abacusai.private_web_app_deployment =================================== .. py:module:: abacusai.private_web_app_deployment Classes ------- .. autoapisummary:: abacusai.private_web_app_deployment.PrivateWebAppDeployment Module Contents --------------- .. py:class:: 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: :py:obj:`abacusai.return_class.AbstractApiClass` Private web app deployment list. :param client: An authenticated API Client instance :type client: ApiClient :param hostname: The hostname of the web app deployment. :type hostname: str :param llmArtifactId: The ID of the LLM artifact. :type llmArtifactId: id :param hostedAppVersion: The version of the hosted app. :type hostedAppVersion: id :param applicationType: The type of application. :type applicationType: str :param lifecycle: The lifecycle of the web app deployment. :type lifecycle: str :param deploymentConversationId: The ID of the deployment conversation. :type deploymentConversationId: id :param conversationName: The name of the conversation. :type conversationName: str :param userId: The ID of the user who created the deployment. :type userId: id :param email: The email of the user who created the deployment. :type email: str :param conversationType: The type of conversation. :type conversationType: str :param source: The source of the conversation. :type source: str :param conversationCreatedAt: The timestamp when the conversation was created. :type conversationCreatedAt: str .. py:attribute:: hostname :value: None .. py:attribute:: llm_artifact_id :value: None .. py:attribute:: hosted_app_version :value: None .. py:attribute:: application_type :value: None .. py:attribute:: lifecycle :value: None .. py:attribute:: deployment_conversation_id :value: None .. py:attribute:: conversation_name :value: None .. py:attribute:: user_id :value: None .. py:attribute:: email :value: None .. py:attribute:: conversation_type :value: None .. py:attribute:: source :value: None .. py:attribute:: conversation_created_at :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