ProjectsModelsVersionsPatchOptions
import type { ProjectsModelsVersionsPatchOptions } from "https://googleapis.deno.dev/v1/ml:v1.ts";Additional options for ml#projectsModelsVersionsPatch.
interface ProjectsModelsVersionsPatchOptions {
updateMask?: string;
}§Properties
§
updateMask?: string
[src]Required. Specifies the path, relative to Version, of the field to
update. Must be present and non-empty. For example, to change the
description of a version to "foo", the update_mask parameter would be
specified as description, and the PATCH request body would specify the
new value, as follows: { "description": "foo" } Currently the only
supported update mask fields are description, requestLoggingConfig,
autoScaling.minNodes, and manualScaling.nodes. However, you can only
update manualScaling.nodes if the version uses a Compute Engine (N1)
machine type.