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

GoogleCloudDatalabelingV1beta1CsvInstruction

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

Deprecated: this instruction format is not supported any more. Instruction from a CSV file.

interface GoogleCloudDatalabelingV1beta1CsvInstruction {
gcsFileUri?: string;
}

§Properties

§
gcsFileUri?: string
[src]

CSV file for the instruction. Only gcs path is allowed.