yangaws commented on a change in pull request #3767: [AIRFLOW-2524]Add 
SageMaker Batch Inference
URL: https://github.com/apache/incubator-airflow/pull/3767#discussion_r217485286
 
 

 ##########
 File path: airflow/contrib/hooks/sagemaker_hook.py
 ##########
 @@ -219,6 +229,50 @@ def create_tuning_job(self, tuning_job_config):
         return self.conn.create_hyper_parameter_tuning_job(
             **tuning_job_config)
 
+    def create_transform_job(self, transform_job_config, 
wait_for_completion=True):
+        """
+        Create a tuning job
 
 Review comment:
   @troychen728 fixed it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to