我正在遵循in this link
中的Google Cloud Talent Solution服务中的批处理操作指南中的示例。我已经尝试了所有其他示例,它们都工作正常。
除此以外,我得到以下错误。
"paths": {
"bitmaps_reference": "backstop_data/bitmaps_reference",
"bitmaps_test": "backstop_data/bitmaps_test",
"engine_scripts": "backstop_data/engine_scripts",
"html_report": "backstop_data/html_report",
"ci_report": "backstop_data/ci_report"
},
"report": ["browser"],
"engine": "puppet",
"engineOptions": {
"args": ["--no-sandbox"]
},
"asyncCaptureLimit": 5,
"asyncCompareLimit": 50,
"debug": false,
"debugWindow": false
}
IDE也在抱怨并且无法自动完成缺少的功能。
我的代码可以归结为:
Unresolved attribute reference 'batch_create_jobs' for class 'JobServiceClient'