File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sdks/python/apache_beam/yaml/examples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -258,9 +258,9 @@ ML enrichments:
258258
259259Examples that include ML-specific transforms such as ` RunInference ` and
260260` MLTransform ` :
261- - [ streaming_sentiment_analysis. yaml] ( https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/examples/transforms/ml/sentiment_analysis/streaming_sentiment_analysis.yaml )
262- - [ streaming_taxifare_prediction. yaml] ( https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/examples/transforms/ml/taxi_fare/streaming_taxifare_prediction.yaml )
263- - [ batch_log_analysis. yaml] ( https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/examples/transforms/ml/log_analysis/batch_log_analysis.yaml )
261+ - Streaming Sentiment Analysis ( [ documentation ] ( https://github.com/apache/beam/tree/master/sdks/python/apache_beam/ yaml/examples/transforms/ml/sentiment_analysis ) ) ( [ pipeline ] ( https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/examples/transforms/ml/sentiment_analysis/streaming_sentiment_analysis.yaml ) )
262+ - Streaming Taxi Fare Prediction ( [ documentation ] ( https://github.com/apache/beam/tree/master/sdks/python/apache_beam/ yaml/examples/transforms/ml/taxi_fare ) ) ( [ pipeline ] ( https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/examples/transforms/ml/taxi_fare/streaming_taxifare_prediction.yaml ) )
263+ - Batch Log Analysis ML Workflow ( [ documentation ] ( https://github.com/apache/beam/tree/master/sdks/python/apache_beam/ yaml/examples/transforms/ml/log_analysis ) ) ( [ pipeline ] ( https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/examples/transforms/ml/log_analysis/batch_log_analysis.yaml ) )
264264
265265More information can be found about aggregation transforms
266266[ here] ( https://beam.apache.org/documentation/sdks/yaml-combine/ ) .
You can’t perform that action at this time.
0 commit comments