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

GoogleCloudAiplatformV1MigrateResourceRequestMigrateAutomlDatasetConfig

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

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

interface GoogleCloudAiplatformV1MigrateResourceRequestMigrateAutomlDatasetConfig {
dataset?: string;
datasetDisplayName?: string;
}

§Properties

§
dataset?: string
[src]

Required. Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.

§
datasetDisplayName?: string
[src]

Required. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.