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

GetMLTaskRunResponse

import type { GetMLTaskRunResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface GetMLTaskRunResponse {
CompletedOn?: Date | number | null;
ErrorString?: string | null;
ExecutionTime?: number | null;
LastModifiedOn?: Date | number | null;
LogGroupName?: string | null;
Properties?: TaskRunProperties | null;
StartedOn?: Date | number | null;
Status?: TaskStatusType | null;
TaskRunId?: string | null;
TransformId?: string | null;
}

§Properties

§
CompletedOn?: Date | number | null
[src]

The date and time when this task run was completed.

§
ErrorString?: string | null
[src]

The error strings that are associated with the task run.

§
ExecutionTime?: number | null
[src]

The amount of time (in seconds) that the task run consumed resources.

§
LastModifiedOn?: Date | number | null
[src]

The date and time when this task run was last modified.

§
LogGroupName?: string | null
[src]

The names of the log groups that are associated with the task run.

§
Properties?: TaskRunProperties | null
[src]

The list of properties that are associated with the task run.

§
StartedOn?: Date | number | null
[src]

The date and time when this task run started.

§
Status?: TaskStatusType | null
[src]

The status for this task run.

§
TaskRunId?: string | null
[src]

The unique run identifier associated with this run.

§
TransformId?: string | null
[src]

The unique identifier of the task run.