mik-laj commented on a change in pull request #15429:
URL: https://github.com/apache/airflow/pull/15429#discussion_r675248521
##########
File path: airflow/providers/google/cloud/operators/mlengine.py
##########
@@ -1274,6 +1280,9 @@ def execute(self, context):
if self._service_account:
training_request['trainingInput']['serviceAccount'] =
self._service_account
+ if self._hyperparameters:
+ training_request['trainingInput']['hyperparameters'] =
self._hyperparameters
Review comment:
Can you add tests to avoid regression?
--
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]