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
I am working on a model for which I need to define what kind of data the model is able to process. I define some high level structure that describes the data and now I am trying to put it in the seldon's metadata. In this way, client can easily check what kind of data my model supports.
I tried to use custom field in metadata endpoint, but, unfortunately, the field only supports str -> str mapping. As I mentioned, I have to pass more complicated structure (nested dictionary, lists). From that stems my feature request to allow any structure in custom field in metadata.
The text was updated successfully, but these errors were encountered:
I am working on a model for which I need to define what kind of data the model is able to process. I define some high level structure that describes the data and now I am trying to put it in the seldon's metadata. In this way, client can easily check what kind of data my model supports.
I tried to use
custom
field inmetadata
endpoint, but, unfortunately, the field only supports str -> str mapping. As I mentioned, I have to pass more complicated structure (nested dictionary, lists). From that stems my feature request to allow any structure incustom
field inmetadata
.The text was updated successfully, but these errors were encountered: