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

GoogleCloudAiplatformV1UpsertDatapointsRequest

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

Request message for IndexService.UpsertDatapoints

interface GoogleCloudAiplatformV1UpsertDatapointsRequest {
updateMask?: string;
}

§Properties

§

A list of datapoints to be created/updated.

§
updateMask?: string
[src]

Optional. Update mask is used to specify the fields to be overwritten in the datapoints by the update. The fields specified in the update_mask are relative to each IndexDatapoint inside datapoints, not the full request. Updatable fields: * Use all_restricts to update both restricts and numeric_restricts.