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

GoogleCloudAiplatformV1ExportDataResponse

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

Response message for DatasetService.ExportData.

interface GoogleCloudAiplatformV1ExportDataResponse {
exportedFiles?: string[];
}

§Properties

§

Only present for custom code training export use case. Records data stats, i.e., train/validation/test item/annotation counts calculated during the export operation.

§
exportedFiles?: string[]
[src]

All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).