Gets an AWS Glue machine learning transform artifact and all its
corresponding metadata. 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. You can
retrieve their metadata by calling GetMLTransform
.
glue_get_ml_transform(TransformId)
[required] The unique identifier of the transform, generated at the time that the transform was created.
svc$get_ml_transform( TransformId = "string" )