AI开发平台MODELARTS-使用SDK如何查看旧版专属资源池列表?

时间:2024-09-19 18:52:13

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

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

from modelarts.session import Session
from modelarts.estimator import Estimator
algo_info = Estimator(modelarts_session=Session()).get_job_pool_list()print(algo_info)
support.huaweicloud.com/modelarts_faq/modelarts_01_0026.html