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

GoogleCloudDatacatalogV1VertexModelSourceInfo

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

Detail description of the source information of a Vertex model.

interface GoogleCloudDatacatalogV1VertexModelSourceInfo {
copy?: boolean;
sourceType?:
| "MODEL_SOURCE_TYPE_UNSPECIFIED"
| "AUTOML"
| "CUSTOM"
| "BQML"
| "MODEL_GARDEN";
}

§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"
[src]

Type of the model source.