标签: azure deployment
在Azure上部署模型时出现此错误
service = Webservice.deploy_from_model(name = "frauddetection",deployment_config = aci_config,models = [model],image_config = image_config, workspace = ws_new)
service.wait_for_deployment(show_output = True)