abacusai.hosted_app_container

Classes

HostedAppContainer

Hosted app container information.

Module Contents

class abacusai.hosted_app_container.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: abacusai.return_class.AbstractApiClass

Hosted app container information.

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

  • hostedAppContainerId (id) – The ID of the hosted app container

  • hostedAppId (id) – The ID of the hosted app

  • deploymentConversationId (id) – The deployment conversation ID

  • hostedAppVersion (id) – The instance of the hosted app

  • name (str) – The name of the hosted app

  • createdAt (str) – Creation timestamp

  • updatedAt (str) – Last update timestamp

  • containerImage (str) – Container image name

  • route (str) – Container route

  • appConfig (dict) – App configuration

  • isDev (bool) – Whether this is a dev container

  • lifecycle (str) – Container lifecycle status (PENDING/DEPLOYING/ACTIVE/FAILED/STOPPED/DELETING)

  • status (str) – Container status (RUNNING/STOPPED/DEPLOYING/FAILED)

hosted_app_container_id = None
hosted_app_id = None
deployment_conversation_id = None
hosted_app_version = None
name = None
created_at = None
updated_at = None
container_image = None
route = None
app_config = None
is_dev = None
lifecycle = None
status = 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