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

GoogleCloudAiplatformV1ModelGardenSource

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

Contains information about the source of the models generated from Model Garden.

interface GoogleCloudAiplatformV1ModelGardenSource {
publicModelName?: string;
skipHfModelCache?: boolean;
versionId?: string;
}

§Properties

§
publicModelName?: string
[src]

Required. The model garden source model resource name.

§
skipHfModelCache?: boolean
[src]

Optional. Whether to avoid pulling the model from the HF cache.

§
versionId?: string
[src]

Optional. The model garden source model version ID.