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

GoogleCloudAiplatformV1BatchMigrateResourcesOperationMetadataPartialResult

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

Represents a partial result in batch migration operation for one MigrateResourceRequest.

interface GoogleCloudAiplatformV1BatchMigrateResourcesOperationMetadataPartialResult {
dataset?: string;
model?: string;
}

§Properties

§
dataset?: string
[src]

Migrated dataset resource name.

§

The error result of the migration request in case of failure.

§
model?: string
[src]

Migrated model resource name.

§

It's the same as the value in MigrateResourceRequest.migrate_resource_requests.