Class UpdateEvaluationJobRequest (1.0.0)

UpdateEvaluationJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for UpdateEvaluationJob.

Attributes

NameDescription
evaluation_job .gcd_evaluation_job.EvaluationJob
Required. Evaluation job that is going to be updated.
update_mask .field_mask.FieldMask
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.