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

ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchOptions

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

Additional options for AIplatform#projectsLocationsTensorboardsExperimentsRunsTimeSeriesPatch.

interface ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. Field mask is used to specify the fields to be overwritten in the TensorboardTimeSeries resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it's in the mask. If the user does not provide a mask then all fields are overwritten if new values are specified.