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

GoogleCloudAiplatformV1MigrateResourceRequestMigrateAutomlModelConfig

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

Config for migrating Model in automl.googleapis.com to Vertex AI's Model.

interface GoogleCloudAiplatformV1MigrateResourceRequestMigrateAutomlModelConfig {
model?: string;
modelDisplayName?: string;
}

§Properties

§
model?: string
[src]

Required. Full resource name of automl Model. Format: projects/{project}/locations/{location}/models/{model}.

§
modelDisplayName?: string
[src]

Optional. Display name of the model in Vertex AI. System will pick a display name if unspecified.