Open Abacn opened 8 months ago
There is at least a known breaking change from google-cloud-recommendations-ai needs to be resolved:
https://github.com/googleapis/google-cloud-java/commit/7c866001585563cd673b0bb33a567fd549cc483d changed return type of predictionServiceClient.predict.iterateAll from PredictionResult to Entry<String, Value>
What needs to happen?
Currently https://github.com/apache/beam/blob/master/sdks/java/extensions/ml/build.gradle has hard coded cloud dependencies. We should use gcp-bom to manage these dependencies, in alignment with other beam modules.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components