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

GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest

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

Request message for MetadataService.AddContextArtifactsAndExecutions.

interface GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest {
artifacts?: string[];
executions?: string[];
}

§Properties

§
artifacts?: string[]
[src]

The resource names of the Artifacts to attribute to the Context. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}

§
executions?: string[]
[src]

The resource names of the Executions to associate with the Context. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}