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

TransformParameters

import type { TransformParameters } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

The algorithm-specific parameters that are associated with the machine learning transform.

interface TransformParameters {
FindMatchesParameters?: FindMatchesParameters | null;
TransformType: TransformType;
}

§Properties

§
FindMatchesParameters?: FindMatchesParameters | null
[src]

The parameters for the find matches algorithm.

§
TransformType: TransformType
[src]

The type of machine learning transform.

For information about the types of machine learning transforms, see Creating Machine Learning Transforms.