glue_get_ml_transforms {paws.analytics} | R Documentation |
Gets a sortable, filterable list of existing Glue machine learning transforms
Description
Gets a sortable, filterable list of existing Glue machine learning transforms. 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, and you can retrieve their metadata by calling get_ml_transforms
.
See https://www.paws-r-sdk.com/docs/glue_get_ml_transforms/ for full documentation.
Usage
glue_get_ml_transforms(
NextToken = NULL,
MaxResults = NULL,
Filter = NULL,
Sort = NULL
)
Arguments
NextToken |
A paginated token to offset the results. |
MaxResults |
The maximum number of results to return. |
Filter |
The filter transformation criteria. |
Sort |
The sorting criteria. |
[Package paws.analytics version 0.9.0 Index]