On this page

Show all

Help Center/ ModelArts/ FAQs/ API/SDK/ How Do I View the Old-Version Dedicated Resource Pool List Using the SDK?

How Do I View the Old-Version Dedicated Resource Pool List Using the SDK?

Updated on 2024-06-11 GMT+08:00

You can view the old-version dedicated resource pool list by referring to the following code:

from modelarts.session import Session
from modelarts.estimator import Estimator
algo_info = Estimator(modelarts_session=Session()).get_job_pool_list()print(algo_info)
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback