文档首页> AI开发平台ModelArts> 常见问题> API/SDK> 使用SDK如何查看旧版专属资源池列表?
更新时间:2023-05-09 GMT+08:00
分享

使用SDK如何查看旧版专属资源池列表?

可参考如下代码查看旧版专属资源池列表:

from modelarts.session import Session
from modelarts.estimator import Estimator
algo_info = Estimator(modelarts_session=Session()).get_job_pool_list()print(algo_info)
分享:

API/SDK 所有常见问题

more