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

GoogleCloudAiplatformV1ModelSourceInfo

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

Detail description of the source information of the model.

interface GoogleCloudAiplatformV1ModelSourceInfo {
copy?: boolean;
sourceType?:
| "MODEL_SOURCE_TYPE_UNSPECIFIED"
| "AUTOML"
| "CUSTOM"
| "BQML"
| "MODEL_GARDEN"
| "GENIE"
| "CUSTOM_TEXT_EMBEDDING"
| "MARKETPLACE";
}

§Properties

§
copy?: boolean
[src]

If this Model is copy of another Model. If true then source_type pertains to the original.

§
sourceType?: "MODEL_SOURCE_TYPE_UNSPECIFIED" | "AUTOML" | "CUSTOM" | "BQML" | "MODEL_GARDEN" | "GENIE" | "CUSTOM_TEXT_EMBEDDING" | "MARKETPLACE"
[src]

Type of the model source.