Class UpdateEvaluationJobRequest (1.6.0)

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

Request message for UpdateEvaluationJob.

Attributes

NameDescription
evaluation_job google.cloud.datalabeling_v1beta1.types.EvaluationJob
Required. Evaluation job that is going to be updated.
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.

Inheritance

builtins.object > proto.message.Message > UpdateEvaluationJobRequest