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

ListMLTransformsResponse

import type { ListMLTransformsResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface ListMLTransformsResponse {
NextToken?: string | null;
TransformIds: string[];
}

§Properties

§
NextToken?: string | null
[src]

A continuation token, if the returned list does not contain the last metric available.

§
TransformIds: string[]
[src]

The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.