Interface UpdateEvaluationJobRequestOrBuilder

    • Method Detail

      • hasEvaluationJob

        boolean hasEvaluationJob()
         Required. Evaluation job that is going to be updated.
         
        .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_job = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the evaluationJob field is set.
      • getEvaluationJob

        EvaluationJob getEvaluationJob()
         Required. Evaluation job that is going to be updated.
         
        .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_job = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The evaluationJob.
      • getEvaluationJobOrBuilder

        EvaluationJobOrBuilder getEvaluationJobOrBuilder()
         Required. Evaluation job that is going to be updated.
         
        .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_job = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         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 update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         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 update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         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 update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];