@aws-sdk/client-glue

ListMLTransformsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
TransformIds Requiredstring[] | 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