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

GoogleCloudAiplatformV1CopyModelResponse

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

Response message of ModelService.CopyModel operation.

interface GoogleCloudAiplatformV1CopyModelResponse {
model?: string;
readonly modelVersionId?: string;
}

§Properties

§
model?: string
[src]

The name of the copied Model resource. Format: projects/{project}/locations/{location}/models/{model}

§
readonly modelVersionId?: string
[src]

Output only. The version ID of the model that is copied.