glue_list_ml_transforms {paws.analytics} | R 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 |
Sort |
A |
Tags |
Specifies to return only these tagged resources. |