Learn R Programming

paws.analytics (version 0.1.6)

glue_get_ml_transform: Gets an AWS Glue machine learning transform artifact and all its corresponding metadata

Description

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.

Usage

glue_get_ml_transform(TransformId)

Arguments

TransformId

[required] The unique identifier of the transform, generated at the time that the transform was created.

Request syntax

svc$get_ml_transform(
  TransformId = "string"
)