Send feedback
Class UpdateEvaluationJobRequest.Builder (0.122.11)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.122.11 keyboard_arrow_down
public static final class UpdateEvaluationJobRequest . Builder extends GeneratedMessageV3 . Builder<UpdateEvaluationJobRequest . Builder > implements UpdateEvaluationJobRequestOrBuilder
Request message for UpdateEvaluationJob.
Protobuf type google.cloud.datalabeling.v1beta1.UpdateEvaluationJobRequest
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateEvaluationJobRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public UpdateEvaluationJobRequest build ()
Returns
buildPartial()
public UpdateEvaluationJobRequest buildPartial ()
Returns
clear()
public UpdateEvaluationJobRequest . Builder clear ()
Returns
Overrides
clearEvaluationJob()
public UpdateEvaluationJobRequest . Builder clearEvaluationJob ()
Required. Evaluation job that is going to be updated.
.google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_job = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearField(Descriptors.FieldDescriptor field)
public UpdateEvaluationJobRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateEvaluationJobRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearUpdateMask()
public UpdateEvaluationJobRequest . Builder clearUpdateMask ()
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
clone()
public UpdateEvaluationJobRequest . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public UpdateEvaluationJobRequest getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getEvaluationJob()
public 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
getEvaluationJobBuilder()
public EvaluationJob . Builder getEvaluationJobBuilder ()
Required. Evaluation job that is going to be updated.
.google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_job = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getEvaluationJobOrBuilder()
public EvaluationJobOrBuilder getEvaluationJobOrBuilder ()
Required. Evaluation job that is going to be updated.
.google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_job = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getUpdateMask()
public 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
getUpdateMaskBuilder()
public FieldMask . Builder getUpdateMaskBuilder ()
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
getUpdateMaskOrBuilder()
public 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];
Returns
hasEvaluationJob()
public 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
Type Description boolean Whether the evaluationJob field is set.
hasUpdateMask()
public 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
Type Description boolean Whether the updateMask field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeEvaluationJob(EvaluationJob value)
public UpdateEvaluationJobRequest . Builder mergeEvaluationJob ( EvaluationJob value )
Required. Evaluation job that is going to be updated.
.google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_job = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeFrom(UpdateEvaluationJobRequest other)
public UpdateEvaluationJobRequest . Builder mergeFrom ( UpdateEvaluationJobRequest other )
Parameter
Returns
public UpdateEvaluationJobRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UpdateEvaluationJobRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateEvaluationJobRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
mergeUpdateMask(FieldMask value)
public UpdateEvaluationJobRequest . Builder mergeUpdateMask ( FieldMask value )
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];
Parameter
Returns
setEvaluationJob(EvaluationJob value)
public UpdateEvaluationJobRequest . Builder setEvaluationJob ( EvaluationJob value )
Required. Evaluation job that is going to be updated.
.google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_job = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setEvaluationJob(EvaluationJob.Builder builderForValue)
public UpdateEvaluationJobRequest . Builder setEvaluationJob ( EvaluationJob . Builder builderForValue )
Required. Evaluation job that is going to be updated.
.google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_job = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateEvaluationJobRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateEvaluationJobRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateEvaluationJobRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setUpdateMask(FieldMask value)
public UpdateEvaluationJobRequest . Builder setUpdateMask ( FieldMask value )
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];
Parameter
Returns
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateEvaluationJobRequest . Builder setUpdateMask ( FieldMask . Builder builderForValue )
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];
Parameter
Name Description builderForValue Builder
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]