- Navigation Guide
@aws-sdk/client-glue
ListMLTransformsCommandOutput Interface
The output of ListMLTransformsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
TransformIds Required | string[] | undefined | The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags. |
NextToken | string | undefined | A continuation token, if the returned list does not contain the last metric available. |
Full Signature
export interface ListMLTransformsCommandOutput extends ListMLTransformsResponse, MetadataBearer