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

ProjectsEvaluationJobsPatchOptions

import type { ProjectsEvaluationJobsPatchOptions } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Additional options for DataLabeling#projectsEvaluationJobsPatch.

interface ProjectsEvaluationJobsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Optional. Mask for which fields to update. You can only provide the following fields: * evaluationJobConfig.humanAnnotationConfig.instruction

  • evaluationJobConfig.exampleCount * evaluationJobConfig.exampleSamplePercentage You can provide more than one of these fields by separating them with commas.