hsrocks commented on a change in pull request #21673:
URL: https://github.com/apache/airflow/pull/21673#discussion_r814037163



##########
File path: airflow/providers/amazon/aws/operators/sagemaker.py
##########
@@ -608,3 +608,26 @@ def _check_if_job_exists(self) -> None:
                 raise AirflowException(
                     f'A SageMaker training job with name {training_job_name} 
already exists.'
                 )
+
+
+class SageMakerDeleteModelOperator(BaseOperator):
+    """Deletes a SageMaker model.
+
+    This operator returns True if model was present and deleted else return 
False if Model was not present.
+
+    :param model_name: The name of Sagemaker Model (templated).

Review comment:
       Corrected it. Thanks!




-- 
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]


Reply via email to