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

GoogleCloudDatacatalogV1VertexModelSpec

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

Specification for vertex model resources.

interface GoogleCloudDatacatalogV1VertexModelSpec {
containerImageUri?: string;
versionAliases?: string[];
versionDescription?: string;
versionId?: string;
}

§Properties

§
containerImageUri?: string
[src]

URI of the Docker image to be used as the custom container for serving predictions.

§
versionAliases?: string[]
[src]

User provided version aliases so that a model version can be referenced via alias

§
versionDescription?: string
[src]

The description of this version.

§
versionId?: string
[src]

The version ID of the model.

§

Source of a Vertex model.