You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This comes up for example here: microsoft.machinelearning/v20170101/ExampleRequest the Inputs field which has the type map[string][][]map[string]v1.JSON (after the pipeline stage that replaces AnyTypes).
The text was updated successfully, but these errors were encountered:
My PR probably won’t fix this particular case: maps containing arrays are currently only allowed to have arrays of strings, which is a different restriction to the one that I am lifting. (See: kubernetes-sigs/controller-tools#518 (comment).) However, this will be an easy restriction to lift.
This comes up for example here:
microsoft.machinelearning/v20170101/ExampleRequest
theInputs
field which has the typemap[string][][]map[string]v1.JSON
(after the pipeline stage that replaces AnyTypes).The text was updated successfully, but these errors were encountered: