You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/14 00:22:12 UTC

[GitHub] [beam] AnandInguva commented on a diff in pull request #23182: [WIP]Pass namespace through RunInference transform

AnandInguva commented on code in PR #23182:
URL: https://github.com/apache/beam/pull/23182#discussion_r970186755


##########
sdks/python/apache_beam/ml/inference/base_test.py:
##########
@@ -142,6 +142,25 @@ def test_run_inference_impl_inference_args(self):
           inference_args=inference_args)
       assert_that(actual, equal_to(examples), label='assert:inferences')
 
+  def test_run_inference_metrisc_with_custom_namespace(self):

Review Comment:
   ```suggestion
     def test_run_inference_metrics_with_custom_namespace(self):
   ```



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org