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

GoogleCloudAiplatformV1BatchPredictionJobInputConfig

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

Configures the input to BatchPredictionJob. See Model.supported_input_storage_formats for Model's supported input formats, and how instances should be expressed via any of them.

interface GoogleCloudAiplatformV1BatchPredictionJobInputConfig {
instancesFormat?: string;
}

§Properties

§

The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.

§

The Cloud Storage location for the input instances.

§
instancesFormat?: string
[src]

Required. The format in which instances are given, must be one of the Model's supported_input_storage_formats.