Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag
Source:R/glue_operations.R
glue_list_ml_transforms.RdRetrieves 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
TransformFilterCriteriaused to filter the machine learning transforms.- Sort
A
TransformSortCriteriaused to sort the machine learning transforms.Specifies to return only these tagged resources.