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

GoogleCloudAiplatformV1MigratableResourceMlEngineModelVersion

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

Represents one model Version in ml.googleapis.com.

interface GoogleCloudAiplatformV1MigratableResourceMlEngineModelVersion {
endpoint?: string;
version?: string;
}

§Properties

§
endpoint?: string
[src]

The ml.googleapis.com endpoint that this model Version currently lives in. Example values: * ml.googleapis.com * us-centrall-ml.googleapis.com * europe-west4-ml.googleapis.com * asia-east1-ml.googleapis.com

§
version?: string
[src]

Full resource name of ml engine model Version. Format: projects/{project}/models/{model}/versions/{version}.