abacusai.mobile_build_info

Classes

MobileBuildInfo

Mobile app build information for a specific build type.

Module Contents

class abacusai.mobile_build_info.MobileBuildInfo(client, type=None, buildUrl=None, status=None, llmArtifactId=None, mobileAppBuildId=None)

Bases: abacusai.return_class.AbstractApiClass

Mobile app build information for a specific build type.

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

  • type (str) – The type of mobile app build (APK, AAB, IOS).

  • buildUrl (str) – The URL to download the mobile app build.

  • status (str) – The status of the mobile app build.

  • llmArtifactId (str) – The artifact id associated with the build.

  • mobileAppBuildId (str) – The mobile app build id.

type = None
build_url = None
status = None
llm_artifact_id = None
mobile_app_build_id = 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