Help Center/ ModelArts/ Service Overview/ How Do I Access ModelArts?
Updated on 2022-09-15 GMT+08:00

How Do I Access ModelArts?

You can access ModelArts through the web-based management console or by using HTTPS-based application programming interfaces (APIs).

  • Using the Management Console

    ModelArts offers an easy-to-use management console with various functions such as data management, development environment, model training, AI application management, and service deployment. You can perform end-to-end AI development on the management console.

  • Using SDKs

    If you want to integrate ModelArts into a third-party system for secondary development, call SDKs to complete the development. ModelArts SDKs encapsulate RESTful APIs provided by ModelArts to simplify secondary development. For details about the SDKs and operations, see ModelArts SDK Reference.

    In addition, you can directly call the ModelArts SDKs when writing code in a notebook on the management console.

  • Using APIs

    If you want to integrate ModelArts into a third-party system for secondary development, use the APIs to access ModelArts. For details about the APIs and operations, see ModelArts API Reference.