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

GoogleCloudAiplatformV1PipelineJobDetail

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

The runtime detail of PipelineJob.

interface GoogleCloudAiplatformV1PipelineJobDetail {
readonly pipelineContext?: GoogleCloudAiplatformV1Context;
readonly pipelineRunContext?: GoogleCloudAiplatformV1Context;
}

§Properties

§
readonly pipelineContext?: GoogleCloudAiplatformV1Context
[src]

Output only. The context of the pipeline.

§
readonly pipelineRunContext?: GoogleCloudAiplatformV1Context
[src]

Output only. The context of the current pipeline run.

§

Output only. The runtime details of the tasks under the pipeline.