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

GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact

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

The type of an input artifact.

interface GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact {
artifactId?: string;
}

§Properties

§
artifactId?: string
[src]

Artifact resource id from MLMD. Which is the last portion of an artifact resource name: projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}. The artifact must stay within the same project, location and default metadatastore as the pipeline.