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

GoogleCloudAiplatformV1MigratableResourceAutomlModel

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

Represents one Model in automl.googleapis.com.

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

§Properties

§
model?: string
[src]

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

§
modelDisplayName?: string
[src]

The Model's display name in automl.googleapis.com.