
ModelArts GA UMN 06052022 from R&D R&D provided a new version of the ModelArts User Manual in May 2022. Depends-On: #11 Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
2.5 KiB
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 features a simple and easy-to-use management console, and provides a host of functions including ExeML, data management, development environment, model training, model management, and service deployment. You can complete 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 the 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 APIs to access ModelArts. For details about the APIs and operations, see the ModelArts API Reference.