abacusai.web_app_deployment

Classes

WebAppDeployment

Web app deployment.

Module Contents

class abacusai.web_app_deployment.WebAppDeployment(client, webAppDeploymentId=None, hostname=None, accessLevel=None, llmArtifactId=None, artifactsPath=None, applicationType=None, memoryGb=None)

Bases: abacusai.return_class.AbstractApiClass

Web app deployment.

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

  • webAppDeploymentId (id) – The ID of the web app deployment.

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

  • accessLevel (str) – The access level of the web app deployment.

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

  • artifactsPath (str) – The path to the artifacts of the web app deployment.

  • applicationType (str) – The type of application.

  • memoryGb (float) – The memory in GB of the web app deployment.

web_app_deployment_id = None
hostname = None
access_level = None
llm_artifact_id = None
artifacts_path = None
application_type = None
memory_gb = 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