data-analytics/beam_ml_toxicity_in_gaming/exercises/part1.py (9 lines): - line 68: # TODO: Follow Step 3: Create the pipeline to read from the input topic - line 69: # TODO: Follow Step 4: Window the incoming element - line 70: # TODO: Follow Step 5: Tag your element with the key - line 75: # TODO: Follow Step 6: Create the model handler - line 80: # TODO: Follow Step 7: Submit the input to the model for a result - line 83: # TODO: Apply the correct DoFn from above as instructed in Step 8: Parse your results from the prediction - line 90: # TODO: Follow Step 9: Do a simple MAP and print - line 94: # TODO: Follow Step 10: Filter your data on the result key - line 97: # TODO: Follow Step 11: Submit the messages to Pub/Sub for further action data-analytics/beam_ml_toxicity_in_gaming/exercises/part2.py (5 lines): - line 111: # TODO: Follow Step 1: Create the model handler - line 117: # TODO: Follow Step 2: Submit the input into the model for a result - line 120: # TODO: Follow Step 3: Join your results together - line 129: # TODO: Follow Step 4: Transform your joined results into a string - line 130: # TODO: Follow Step 6: Join your results together other/train-to-cloud-city/app/functions/cargo_trigger/train_types.py (3 lines): - line 63: # TODO: lookup service name from slug here - line 65: # TODO: refactor to collect all services which satisfy - line 241: # TODO: rethink this. Do we want to have fixed locations? Do they need ordering? other/train-to-cloud-city/app/server/train_types.py (3 lines): - line 63: # TODO: lookup service name from slug here - line 65: # TODO: refactor to collect all services which satisfy - line 241: # TODO: rethink this. Do we want to have fixed locations? Do they need ordering? containers/aws-gcp-migration/gcp/src/frontend/frontend.py (2 lines): - line 642: # TODO: time zones? - line 648: # TODO: time zones? containers/aws-gcp-migration/aws/src/frontend/frontend.py (2 lines): - line 642: # TODO: time zones? - line 648: # TODO: time zones? infrastructure/load-balancing-for-inference/components/Play.tsx (1 line): - line 166: // TODO: Add pseudonyms for users devops/otel-col-cloud-run-multicontainer/multicontainers.yaml (1 line): - line 30: # TODO: replace YOUR_REGISTRY_NAME with the your actual container registry other/train-to-cloud-city/app/functions/cargo_trigger/main.py (1 line): - line 70: # TODO: Consider getting the patterns from firestore instead? infrastructure/load-balancing-blitz/frontend/components/Play.tsx (1 line): - line 116: // TODO: Add pseudonyms for users infrastructure/cymbal-store-embeddings/connect_tcp.py (1 line): - line 15: # TODO (https://github.com/GoogleCloudPlatform/python-docs-samples/issues/8253): remove old region tags infrastructure/movie-search-app/connect_tcp.py (1 line): - line 15: # TODO (https://github.com/GoogleCloudPlatform/python-docs-samples/issues/8253): remove old region tags infrastructure/beat-the-load-balancer/frontend/components/Play.tsx (1 line): - line 116: // TODO: Add pseudonyms for users