- 0.203.0 (latest)
- 0.202.0
- 0.201.0
- 0.200.0
- 0.198.0
- 0.196.0
- 0.195.0
- 0.194.0
- 0.193.0
- 0.192.0
- 0.190.0
- 0.188.0
- 0.187.0
- 0.184.0
- 0.183.0
- 0.182.0
- 0.180.0
- 0.179.0
- 0.178.0
- 0.177.0
- 0.176.0
- 0.175.0
- 0.174.0
- 0.173.0
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
public static final class UpdateEvaluationJobRequest.Builder extends GeneratedMessage.Builder<UpdateEvaluationJobRequest.Builder> implements UpdateEvaluationJobRequestOrBuilderRequest message for UpdateEvaluationJob.
Protobuf type google.cloud.datalabeling.v1beta1.UpdateEvaluationJobRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateEvaluationJobRequest.BuilderImplements
UpdateEvaluationJobRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateEvaluationJobRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest |
|
buildPartial()
public UpdateEvaluationJobRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest |
|
clear()
public UpdateEvaluationJobRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|
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 | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|
clearUpdateMask()
public UpdateEvaluationJobRequest.Builder clearUpdateMask()Optional. Mask for which fields to update. You can only provide the following fields:
evaluationJobConfig.humanAnnotationConfig.instructionevaluationJobConfig.exampleCountevaluationJobConfig.exampleSamplePercentageYou 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 |
UpdateEvaluationJobRequest.Builder |
|
getDefaultInstanceForType()
public UpdateEvaluationJobRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 | |
|---|---|
| Type | Description |
EvaluationJob |
The evaluationJob. |
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 | |
|---|---|
| Type | Description |
EvaluationJob.Builder |
|
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 | |
|---|---|
| Type | Description |
EvaluationJobOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Optional. Mask for which fields to update. You can only provide the following fields:
evaluationJobConfig.humanAnnotationConfig.instructionevaluationJobConfig.exampleCountevaluationJobConfig.exampleSamplePercentageYou 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 |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. Mask for which fields to update. You can only provide the following fields:
evaluationJobConfig.humanAnnotationConfig.instructionevaluationJobConfig.exampleCountevaluationJobConfig.exampleSamplePercentageYou 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 |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. Mask for which fields to update. You can only provide the following fields:
evaluationJobConfig.humanAnnotationConfig.instructionevaluationJobConfig.exampleCountevaluationJobConfig.exampleSamplePercentageYou 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 |
FieldMaskOrBuilder |
|
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.instructionevaluationJobConfig.exampleCountevaluationJobConfig.exampleSamplePercentageYou 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 | |
|---|---|
| Name | Description |
value |
EvaluationJob |
| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|
mergeFrom(UpdateEvaluationJobRequest other)
public UpdateEvaluationJobRequest.Builder mergeFrom(UpdateEvaluationJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateEvaluationJobRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateEvaluationJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateEvaluationJobRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|
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.instructionevaluationJobConfig.exampleCountevaluationJobConfig.exampleSamplePercentageYou 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 |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
EvaluationJob |
| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|
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 | |
|---|---|
| Name | Description |
builderForValue |
EvaluationJob.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|
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.instructionevaluationJobConfig.exampleCountevaluationJobConfig.exampleSamplePercentageYou 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 |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|
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.instructionevaluationJobConfig.exampleCountevaluationJobConfig.exampleSamplePercentageYou 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 | |
|---|---|
| Type | Description |
UpdateEvaluationJobRequest.Builder |
|