lindong28 opened a new pull request, #214: URL: https://github.com/apache/flink-ml/pull/214
## What is the purpose of the change Add public API classes for FLIP-289. Note that some methods are added but not fully implemented. ## Brief change log Added all public API classes specified in FLIP-289. The following methods are not fully implemented and will throw `UnsupportedOperationException` on invocation: - GraphModel#supportServable - PipelineModel#supportServable - PipelineModelServable#transform - PipelineModelServable#load ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: yes ## Documentation - Does this pull request introduce a new feature? yes - If yes, how is the feature documented? JavaDocs -- 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