Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::UpdateEvaluationJobRequest.
Request message for UpdateEvaluationJob.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#evaluation_job
def evaluation_job() -> ::Google::Cloud::DataLabeling::V1beta1::EvaluationJob
- (::Google::Cloud::DataLabeling::V1beta1::EvaluationJob) — Required. Evaluation job that is going to be updated.
#evaluation_job=
def evaluation_job=(value) -> ::Google::Cloud::DataLabeling::V1beta1::EvaluationJob
- value (::Google::Cloud::DataLabeling::V1beta1::EvaluationJob) — Required. Evaluation job that is going to be updated.
- (::Google::Cloud::DataLabeling::V1beta1::EvaluationJob) — Required. Evaluation job that is going to be updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::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.
-
(::Google::Protobuf::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.