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

CancelMLTaskRunRequest

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

§Properties

§
TaskRunId: string
[src]

A unique identifier for the task run.

§
TransformId: string
[src]

The unique identifier of the machine learning transform.