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

GoogleCloudDatalabelingV1beta1GcsSource

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

Source of the Cloud Storage file to be imported.

interface GoogleCloudDatalabelingV1beta1GcsSource {
inputUri?: string;
mimeType?: string;
}

§Properties

§
inputUri?: string
[src]

Required. The input URI of source file. This must be a Cloud Storage path (gs://...).

§
mimeType?: string
[src]

Required. The format of the source file. Only "text/csv" is supported.