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

TransformSortCriteria

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

The sorting criteria that are associated with the machine learning transform.

interface TransformSortCriteria {
SortDirection: SortDirectionType;
}

§Properties

§

The column to be used in the sorting criteria that are associated with the machine learning transform.

§
SortDirection: SortDirectionType
[src]

The sort direction to be used in the sorting criteria that are associated with the machine learning transform.