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

GetMLTaskRunsRequest

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

§Properties

§

The filter criteria, in the TaskRunFilterCriteria structure, for the task run.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

A token for pagination of the results. The default is empty.

§

The sorting criteria, in the TaskRunSortCriteria structure, for the task run.

§
TransformId: string
[src]

The unique identifier of the machine learning transform.