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

GoogleCloudDatalabelingV1alpha1GcsDestination

import type { GoogleCloudDatalabelingV1alpha1GcsDestination } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Export destination of the data.Only gcs path is allowed in output_uri.

interface GoogleCloudDatalabelingV1alpha1GcsDestination {
mimeType?: string;
outputUri?: string;
}

§Properties

§
mimeType?: string
[src]

Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.

§
outputUri?: string
[src]

Required. The output uri of destination file.