推荐系统 RES-增加计算资源:示例

时间:2023-11-01 16:16:29

示例

  • 请求示例
    {  "type": "B2",  "driver_memory": "13G",  "driver_cores": 1,  "executor_memory": "10G",  "executor_cores": 3,  "num_executors": 5}
  • 成功响应示例
    {    "is_success": true,    "message": "Succeed to add computing resource."}
  • 失败响应示例
    {     "is_success": false,     "error_code": "res.1006",     "error_msg": "The content for the request is invalid." }
support.huaweicloud.com/api-res/res_02_0049.html