Help Center> ModelArts> SDK Reference> Getting Started
Updated on 2023-10-16 GMT+08:00

Getting Started

ModelArts SDKs can be used only in the ModelArts development environment notebook and local PC environment.

ModelArts SDKs cannot be used in training jobs or real-time services.

  • ModelArts SDKs have been integrated into ModelArts notebook and can be directly used without session authentication.

    Log in to the ModelArts console, choose DevEnviron > Notebook in the navigation pane, create a notebook instance, and call the ModelArts SDKs on the terminal or IPYNB file. You can call SDKs on a notebook instance to perform operations such as OBS management, job management, model management, and service management by referring to the SDK reference.

  • ModelArts SDKs can be installed, configured, and then used in local environments after session authentication.
    1. Install the SDKs in a local path. Install the SDKs locally by referring to (Optional) Installing the ModelArts SDK Locally. If the SDKs have been installed in a local path, skip this step.
    2. Perform session authentication by referring to (Optional) Session Authentication. The SDKs can be used after the authentication is complete.