glue_get_ml_transforms: Gets a sortable, filterable list of existing Glue machine...

View source: R/glue_operations.R

glue_get_ml_transformsR 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.


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