abacusai.hosted_app_container ============================= .. py:module:: abacusai.hosted_app_container Classes ------- .. autoapisummary:: abacusai.hosted_app_container.HostedAppContainer Module Contents --------------- .. py:class:: HostedAppContainer(client, hostedAppContainerId=None, hostedAppId=None, deploymentConversationId=None, hostedAppVersion=None, name=None, createdAt=None, updatedAt=None, containerImage=None, route=None, appConfig=None, isDev=None, lifecycle=None, status=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Hosted app container information. :param client: An authenticated API Client instance :type client: ApiClient :param hostedAppContainerId: The ID of the hosted app container :type hostedAppContainerId: id :param hostedAppId: The ID of the hosted app :type hostedAppId: id :param deploymentConversationId: The deployment conversation ID :type deploymentConversationId: id :param hostedAppVersion: The instance of the hosted app :type hostedAppVersion: id :param name: The name of the hosted app :type name: str :param createdAt: Creation timestamp :type createdAt: str :param updatedAt: Last update timestamp :type updatedAt: str :param containerImage: Container image name :type containerImage: str :param route: Container route :type route: str :param appConfig: App configuration :type appConfig: dict :param isDev: Whether this is a dev container :type isDev: bool :param lifecycle: Container lifecycle status (PENDING/DEPLOYING/ACTIVE/FAILED/STOPPED/DELETING) :type lifecycle: str :param status: Container status (RUNNING/STOPPED/DEPLOYING/FAILED) :type status: str .. py:attribute:: hosted_app_container_id :value: None .. py:attribute:: hosted_app_id :value: None .. py:attribute:: deployment_conversation_id :value: None .. py:attribute:: hosted_app_version :value: None .. py:attribute:: name :value: None .. py:attribute:: created_at :value: None .. py:attribute:: updated_at :value: None .. py:attribute:: container_image :value: None .. py:attribute:: route :value: None .. py:attribute:: app_config :value: None .. py:attribute:: is_dev :value: None .. py:attribute:: lifecycle :value: None .. py:attribute:: status :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