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

GetMLTransformsRequest

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

§Properties

§

The filter transformation criteria.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

A paginated token to offset the results.

§

The sorting criteria.