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

GoogleCloudAiplatformV1MigratableResource

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

Represents one resource that exists in automl.googleapis.com, datalabeling.googleapis.com or ml.googleapis.com.

interface GoogleCloudAiplatformV1MigratableResource {
readonly lastMigrateTime?: Date;
readonly lastUpdateTime?: Date;
}

§Properties

§

Output only. Represents one Dataset in automl.googleapis.com.

§

Output only. Represents one Model in automl.googleapis.com.

§

Output only. Represents one Dataset in datalabeling.googleapis.com.

§
readonly lastMigrateTime?: Date
[src]

Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.

§
readonly lastUpdateTime?: Date
[src]

Output only. Timestamp when this MigratableResource was last updated.

§

Output only. Represents one Version in ml.googleapis.com.