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

TaskRunSortCriteria

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

The sorting criteria that are used to sort the list of task runs for the machine learning transform.

interface TaskRunSortCriteria {
SortDirection: SortDirectionType;
}

§Properties

§

The column to be used to sort the list of task runs for the machine learning transform.

§
SortDirection: SortDirectionType
[src]

The sort direction to be used to sort the list of task runs for the machine learning transform.