Deletes an AWS Glue machine learning transform. Machine learning
transforms are a special type of transform that use machine learning to
learn the details of the transformation to be performed by learning from
examples provided by humans. These transformations are then saved by AWS
Glue. If you no longer need a transform, you can delete it by calling
DeleteMLTransforms
. However, any AWS Glue jobs that still reference
the deleted transform will no longer succeed.
glue_delete_ml_transform(TransformId)
[required] The unique identifier of the transform to delete.
svc$delete_ml_transform( TransformId = "string" )