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

GoogleCloudAiplatformV1PipelineTaskExecutorDetailCustomJobDetail

import type { GoogleCloudAiplatformV1PipelineTaskExecutorDetailCustomJobDetail } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

The detailed info for a custom job executor.

interface GoogleCloudAiplatformV1PipelineTaskExecutorDetailCustomJobDetail {
readonly failedJobs?: string[];
readonly job?: string;
}

§Properties

§
readonly failedJobs?: string[]
[src]

Output only. The names of the previously failed CustomJob. The list includes the all attempts in chronological order.

§
readonly job?: string
[src]

Output only. The name of the CustomJob.