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

GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource

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

A linked resource attached to the application by the user.

interface GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource {
displayName?: string;
name?: string;
type?: string;
}

§Properties

§
displayName?: string
[src]

A user-friendly name for the data source shown in the UI.

§
name?: string
[src]

The unique resource name of the data source. The format is determined by the 'type' field. For type "SAVED_PROMPT": projects/{project}/locations/{location}/datasets/{dataset} For type "AI_AGENT": projects/{project}/locations/{location}/agents/{agent}

§
type?: string
[src]

The type of the linked resource. e.g., "SAVED_PROMPT", "AI_AGENT" This string corresponds to the name of the LinkedResourceType enum member. See: google3/cloud/console/web/ai/platform/llm/prompts/build/services/specs_repository_service/linked_resources/linked_resource.ts