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_r217485348
 
 

 ##########
 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
+        :param transform_job_config: the config for transform job
+        :type transform_job_config: dict
+        :param wait_for_completion:
+        if the program should keep running until job finishes
+        :param wait_for_completion: bool
 
 Review comment:
   @troychen728 has 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