AI Platform Data Labeling Service V1beta1 API - Class Google::Cloud::DataLabeling::V1beta1::UpdateEvaluationJobRequest (v0.7.2)

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
Returns

#evaluation_job=

def evaluation_job=(value) -> ::Google::Cloud::DataLabeling::V1beta1::EvaluationJob
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.