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

GoogleCloudAiplatformV1ManualBatchTuningParameters

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

Manual batch tuning parameters.

interface GoogleCloudAiplatformV1ManualBatchTuningParameters {
batchSize?: number;
}

§Properties

§
batchSize?: number
[src]

Immutable. The number of the records (e.g. instances) of the operation given in each batch to a machine replica. Machine type, and size of a single record should be considered when setting this parameter, higher value speeds up the batch operation's execution, but too high value will result in a whole batch not fitting in a machine's memory, and the whole operation will fail. The default value is 64.