jrmccluskey commented on code in PR #39245:
URL: https://github.com/apache/beam/pull/39245#discussion_r3622695805


##########
sdks/java/ml/inference/remote/src/main/java/org/apache/beam/sdk/ml/inference/remote/BaseModelHandler.java:
##########
@@ -56,8 +56,7 @@
  *   <li>Maintain input-output correspondence in {@link PredictionResult}
  * </ul>
  */
-public interface BaseModelHandler<
-    ParamT extends BaseModelParameters, InputT extends BaseInput, OutputT 
extends BaseResponse> {

Review Comment:
   This was an unintended side effect of trying to remove some weird UX around 
coders, fixed. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to