Class: Google::Cloud::DataLabeling::V1beta1::UpdateEvaluationJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::UpdateEvaluationJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Request message for UpdateEvaluationJob.
Instance Attribute Summary collapse
-
#evaluation_job ⇒ ::Google::Cloud::DataLabeling::V1beta1::EvaluationJob
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#evaluation_job ⇒ ::Google::Cloud::DataLabeling::V1beta1::EvaluationJob
Returns Required. Evaluation job that is going to be updated.
745 746 747 748 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 745 class UpdateEvaluationJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns 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.
745 746 747 748 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 745 class UpdateEvaluationJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |