glue_get_ml_transform: Gets an Glue machine learning transform artifact and all its...

View source: R/glue_operations.R

glue_get_ml_transformR Documentation

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

Description

Gets an 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 Glue. You can retrieve their metadata by calling get_ml_transform.

See https://www.paws-r-sdk.com/docs/glue_get_ml_transform/ for full documentation.

Usage

glue_get_ml_transform(TransformId)

Arguments

TransformId

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


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.