ai_core_sdk.models.application module

class ai_core_sdk.models.application.Application(path: str, revision: str, repository_url: str, application_name: str, **kwargs)

Bases: object

The Application object defines the application.

Parameters:
  • path (str) – path within the repository

  • revision (str) – revision

  • repository_url (str) – URL of the repository

  • application_name (str) – name of the application

__init__(path: str, revision: str, repository_url: str, application_name: str, **kwargs)
static from_dict(application_dict: Dict[str, str])

Returns a ai_core_sdk.models.application.Application object, created from the values in the dict provided as parameter

Parameters:

application_dict (Dict[str, Any]) – Dict which includes the necessary values to create the object

Returns:

An object, created from the values provided

Return type:

class:ai_core_sdk.models.application.Application