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

CancelMLTaskRunResponse

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

§Properties

§
Status?: TaskStatusType | null
[src]

The status for this run.

§
TaskRunId?: string | null
[src]

The unique identifier for the task run.

§
TransformId?: string | null
[src]

The unique identifier of the machine learning transform.