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

ProjectsLocationsMetadataStoresContextsPatchOptions

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

Additional options for AIplatform#projectsLocationsMetadataStoresContextsPatch.

interface ProjectsLocationsMetadataStoresContextsPatchOptions {
allowMissing?: boolean;
updateMask?: string;
}

§Properties

§
allowMissing?: boolean
[src]

If set to true, and the Context is not found, a new Context is created.

§
updateMask?: string
[src]

Optional. A FieldMask indicating which fields should be updated.