Fanoid commented on PR #214:
URL: https://github.com/apache/flink-ml/pull/214#issuecomment-1445556809

   > Update `ModelServable#setModelData` to use the signature `default T 
setModelData(InputStream... modelDataInputs) throws IOException`.
   
   Hi, I just found we have made this change.  I have a question: how do we 
obtain the corresponding input stream for each `GraphNode` in the `GraphModel`? 
 `modelDataInputs` are linearly organized, but `GraphNode` are in a form of DAG.
   
   It seems additional parameters are required in the signature of 
`setModelData` to help map `InputStream`s to `GraphNode`s.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to