Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListMLTransformsRequest

import type { ListMLTransformsRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface ListMLTransformsRequest {
Filter?: TransformFilterCriteria | null;
MaxResults?: number | null;
NextToken?: string | null;
Sort?: TransformSortCriteria | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§

A TransformFilterCriteria used to filter the machine learning transforms.

§
MaxResults?: number | null
[src]

The maximum size of a list to return.

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation request.

§

A TransformSortCriteria used to sort the machine learning transforms.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Specifies to return only these tagged resources.