glue_list_ml_transforms: Retrieves a sortable, filterable list of existing Glue...

View source: R/glue_operations.R

glue_list_ml_transformsR Documentation

Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag

Description

Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag. This operation takes the optional Tags field, which you can use as a filter of the responses so that tagged resources can be retrieved as a group. If you choose to use tag filtering, only resources with the tags are retrieved.

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

Usage

glue_list_ml_transforms(
  NextToken = NULL,
  MaxResults = NULL,
  Filter = NULL,
  Sort = NULL,
  Tags = NULL
)

Arguments

NextToken

A continuation token, if this is a continuation request.

MaxResults

The maximum size of a list to return.

Filter

A TransformFilterCriteria used to filter the machine learning transforms.

Sort

A TransformSortCriteria used to sort the machine learning transforms.

Tags

Specifies to return only these tagged resources.


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