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

GoogleCloudAiplatformV1ExamplesExampleGcsSource

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

The Cloud Storage input instances.

interface GoogleCloudAiplatformV1ExamplesExampleGcsSource {
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "JSONL";
}

§Properties

§
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "JSONL"
[src]

The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.

§

The Cloud Storage location for the input instances.