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

GoogleCloudAiplatformV1ExportDataOperationMetadata

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

Runtime operation information for DatasetService.ExportData.

interface GoogleCloudAiplatformV1ExportDataOperationMetadata {
gcsOutputDirectory?: string;
}

§Properties

§
gcsOutputDirectory?: string
[src]

A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.

§

The common part of the operation metadata.