UpdateEvaluationJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for UpdateEvaluationJob. .. attribute:: evaluation_job
Required. Evaluation job that is going to be updated.
:type: google.cloud.datalabeling_v1beta1.types.EvaluationJob
Attribute |
|
|---|---|
| Name | Description |
update_mask |
google.protobuf.field_mask_pb2.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.
|