Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating Batch Inference Pipeline from successful job often results in 'UserError: An item with the same key has already been added. Key: [Node info]' #10

Open
mkrasmus opened this issue Aug 29, 2022 · 0 comments

Comments

@mkrasmus
Copy link

Having successfully completed a successful job training a model in designer I have been getting error messages when trying to create a batch inference pipeline. The most recent relates to one designer component to create indicator variables. The batch inference pipeline job fails to create the TD and throws out a "An item with the same key has already been added. Key: Indicator_values_transformation". This has happened before with a cleaning data transformation step, which I needed to remove. The validate button does not pick up on any issue with respect to this which is also puzzling - if node information naming convention is limited to no duplication across components then a simple fix would be to ensure the validator picks up on this error. An example of the most recent error message is:

UserError
An item with the same key has already been added. Key: Indicator_values_transformation
Properties
Stack trace
Error: Request failed with status code 400
    at e.exports (https://ml.azure.com/static/js/index.4c6d02e5.chunk.js:2:3161896)
    at Soal.e.exports (https://ml.azure.com/static/js/index.4c6d02e5.chunk.js:2:1999144)
    at XMLHttpRequest.y (https://ml.azure.com/static/js/index.4c6d02e5.chunk.js:2:1079868)
Target
-
Client request ID
4058b1f6-0d44-4408-ba3a-4f451a4c1298
Trace ID
66ed3c4b-3246-4ad9-9869-e87a87228909
Service request ID
-

YAML

{
  "error": {
    "code": "UserError",
    "message": "An item with the same key has already been added. Key: Indicator_values_transformation",
    "additionalInfo": null,
    "details": []
  },
  "correlation": {
    "operation": "61ae723306a24d1b9db01e4f723d4beb",
    "request": "8337dcab96838c3b"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant