abacusai.web_app_deployment =========================== .. py:module:: abacusai.web_app_deployment Classes ------- .. autoapisummary:: abacusai.web_app_deployment.WebAppDeployment Module Contents --------------- .. py:class:: WebAppDeployment(client, webAppDeploymentId=None, hostname=None, accessLevel=None, llmArtifactId=None, artifactsPath=None, applicationType=None, memoryGb=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Web app deployment. :param client: An authenticated API Client instance :type client: ApiClient :param webAppDeploymentId: The ID of the web app deployment. :type webAppDeploymentId: id :param hostname: The hostname of the web app deployment. :type hostname: str :param accessLevel: The access level of the web app deployment. :type accessLevel: str :param llmArtifactId: The ID of the LLM artifact. :type llmArtifactId: id :param artifactsPath: The path to the artifacts of the web app deployment. :type artifactsPath: str :param applicationType: The type of application. :type applicationType: str :param memoryGb: The memory in GB of the web app deployment. :type memoryGb: float .. py:attribute:: web_app_deployment_id :value: None .. py:attribute:: hostname :value: None .. py:attribute:: access_level :value: None .. py:attribute:: llm_artifact_id :value: None .. py:attribute:: artifacts_path :value: None .. py:attribute:: application_type :value: None .. py:attribute:: memory_gb :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