damccorm commented on code in PR #27696:
URL: https://github.com/apache/beam/pull/27696#discussion_r1276727100
##########
sdks/python/apache_beam/examples/inference/vertex_ai_image_classification.py:
##########
@@ -74,11 +74,24 @@ def parse_known_args(argv):
type=str,
required=True,
help='GCP location for the Endpoint')
+ parser.add_argument(
+ '--endpoint_network',
+ dest='vpc_network',
+ type=str,
+ required=False,
+ help='GCP network the endpoint is peered to')
parser.add_argument(
'--experiment',
dest='experiment',
+ type=str,
required=False,
help='GCP experiment to pass to init')
Review Comment:
Nit (missed previously): could we call out what experiment does here
--
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]