public static final class SearchExampleComparisonsResponse.ExampleComparison.Builder extends GeneratedMessageV3.Builder<SearchExampleComparisonsResponse.ExampleComparison.Builder> implements SearchExampleComparisonsResponse.ExampleComparisonOrBuilder
   
   Example comparisons comparing ground truth output and predictions for a
 specific input.
 Protobuf type 
 google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse.ExampleComparison
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllModelCreatedExamples(Iterable<? extends Example> values)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder addAllModelCreatedExamples(Iterable<? extends Example> values)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.datalabeling.v1beta1.Example>
 | 
    
  
  
  
  addModelCreatedExamples(Example value)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder addModelCreatedExamples(Example value)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Example
 | 
    
  
  
  
  addModelCreatedExamples(Example.Builder builderForValue)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder addModelCreatedExamples(Example.Builder builderForValue)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
addModelCreatedExamples(int index, Example value)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder addModelCreatedExamples(int index, Example value)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Example
 | 
    
  
  
  
  addModelCreatedExamples(int index, Example.Builder builderForValue)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder addModelCreatedExamples(int index, Example.Builder builderForValue)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
addModelCreatedExamplesBuilder()
  
    public Example.Builder addModelCreatedExamplesBuilder()
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
addModelCreatedExamplesBuilder(int index)
  
    public Example.Builder addModelCreatedExamplesBuilder(int index)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public SearchExampleComparisonsResponse.ExampleComparison build()
   
  
  
  buildPartial()
  
    public SearchExampleComparisonsResponse.ExampleComparison buildPartial()
   
  
  
  clear()
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearGroundTruthExample()
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder clearGroundTruthExample()
   
   The ground truth output for the input.
 .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
clearModelCreatedExamples()
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder clearModelCreatedExamples()
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public SearchExampleComparisonsResponse.ExampleComparison getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getGroundTruthExample()
  
    public Example getGroundTruthExample()
   
   The ground truth output for the input.
 .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Example | The groundTruthExample. | 
    
  
  
  getGroundTruthExampleBuilder()
  
    public Example.Builder getGroundTruthExampleBuilder()
   
   The ground truth output for the input.
 .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
getGroundTruthExampleOrBuilder()
  
    public ExampleOrBuilder getGroundTruthExampleOrBuilder()
   
   The ground truth output for the input.
 .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
getModelCreatedExamples(int index)
  
    public Example getModelCreatedExamples(int index)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getModelCreatedExamplesBuilder(int index)
  
    public Example.Builder getModelCreatedExamplesBuilder(int index)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getModelCreatedExamplesBuilderList()
  
    public List<Example.Builder> getModelCreatedExamplesBuilderList()
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
getModelCreatedExamplesCount()
  
    public int getModelCreatedExamplesCount()
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getModelCreatedExamplesList()
  
    public List<Example> getModelCreatedExamplesList()
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
getModelCreatedExamplesOrBuilder(int index)
  
    public ExampleOrBuilder getModelCreatedExamplesOrBuilder(int index)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getModelCreatedExamplesOrBuilderList()
  
    public List<? extends ExampleOrBuilder> getModelCreatedExamplesOrBuilderList()
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.datalabeling.v1beta1.ExampleOrBuilder> |  | 
    
  
  
  hasGroundTruthExample()
  
    public boolean hasGroundTruthExample()
   
   The ground truth output for the input.
 .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the groundTruthExample field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(SearchExampleComparisonsResponse.ExampleComparison other)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder mergeFrom(SearchExampleComparisonsResponse.ExampleComparison other)
   
  
  
  
  
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeGroundTruthExample(Example value)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder mergeGroundTruthExample(Example value)
   
   The ground truth output for the input.
 .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Example
 | 
    
  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final SearchExampleComparisonsResponse.ExampleComparison.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeModelCreatedExamples(int index)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder removeModelCreatedExamples(int index)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setGroundTruthExample(Example value)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder setGroundTruthExample(Example value)
   
   The ground truth output for the input.
 .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Example
 | 
    
  
  
  
  setGroundTruthExample(Example.Builder builderForValue)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder setGroundTruthExample(Example.Builder builderForValue)
   
   The ground truth output for the input.
 .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
setModelCreatedExamples(int index, Example value)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder setModelCreatedExamples(int index, Example value)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Example
 | 
    
  
  
  
  setModelCreatedExamples(int index, Example.Builder builderForValue)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder setModelCreatedExamples(int index, Example.Builder builderForValue)
   
   Predictions by the model for the input.
 repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public SearchExampleComparisonsResponse.ExampleComparison.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final SearchExampleComparisonsResponse.ExampleComparison.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides