Help Center/
ModelArts/
FAQs/
API/SDK/
How Do I View the Old-Version Dedicated Resource Pool List Using the SDK?
Updated on 2024-06-11 GMT+08:00
How Do I View the Old-Version Dedicated Resource Pool List Using the SDK?
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)
Parent topic: API/SDK
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.