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, expired=None, appVersion=None, buildNumber=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.

  • expired (bool) – True when a SUCCESS build is old enough that its EAS download link is likely dead.

  • appVersion (str) – The release version the build shipped as (Android versionName, iOS CFBundleShortVersionString)

  • buildNumber (int) – The automatic build number of the build (Android versionCode, iOS CFBundleVersion)

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