public static final class PairwiseMetricInstance.Builder extends GeneratedMessageV3.Builder<PairwiseMetricInstance.Builder> implements PairwiseMetricInstanceOrBuilder
   
   Pairwise metric instance. Usually one instance corresponds to one row in an
 evaluation dataset.
 Protobuf type google.cloud.aiplatform.v1beta1.PairwiseMetricInstance
    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
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public PairwiseMetricInstance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public PairwiseMetricInstance build()
   
  
  
  
  
    public PairwiseMetricInstance buildPartial()
   
  
  
  
  
    public PairwiseMetricInstance.Builder clear()
   
  
  Overrides
  
  
  clearContentMapInstance()
  
    public PairwiseMetricInstance.Builder clearContentMapInstance()
   
   Key-value contents for the mutlimodality input, including text, image,
 video, audio, and pdf, etc. The key is placeholder in metric prompt
 template, and the value is the multimodal content.
 .google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;
    public PairwiseMetricInstance.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public PairwiseMetricInstance.Builder clearInstance()
   
  
  
  
  
    public PairwiseMetricInstance.Builder clearJsonInstance()
   
   Instance specified as a json string. String key-value pairs are expected
 in the json_instance to render
 PairwiseMetricSpec.instance_prompt_template.
 string json_instance = 1;
    public PairwiseMetricInstance.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public PairwiseMetricInstance.Builder clone()
   
  
  Overrides
  
  
  getContentMapInstance()
  
    public ContentMap getContentMapInstance()
   
   Key-value contents for the mutlimodality input, including text, image,
 video, audio, and pdf, etc. The key is placeholder in metric prompt
 template, and the value is the multimodal content.
 .google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ContentMap | The contentMapInstance. | 
    
  
  
  getContentMapInstanceBuilder()
  
    public ContentMap.Builder getContentMapInstanceBuilder()
   
   Key-value contents for the mutlimodality input, including text, image,
 video, audio, and pdf, etc. The key is placeholder in metric prompt
 template, and the value is the multimodal content.
 .google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;
getContentMapInstanceOrBuilder()
  
    public ContentMapOrBuilder getContentMapInstanceOrBuilder()
   
   Key-value contents for the mutlimodality input, including text, image,
 video, audio, and pdf, etc. The key is placeholder in metric prompt
 template, and the value is the multimodal content.
 .google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;
    public PairwiseMetricInstance getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public PairwiseMetricInstance.InstanceCase getInstanceCase()
   
  
  
  
  
    public String getJsonInstance()
   
   Instance specified as a json string. String key-value pairs are expected
 in the json_instance to render
 PairwiseMetricSpec.instance_prompt_template.
 string json_instance = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The jsonInstance. | 
    
  
  
  
  
    public ByteString getJsonInstanceBytes()
   
   Instance specified as a json string. String key-value pairs are expected
 in the json_instance to render
 PairwiseMetricSpec.instance_prompt_template.
 string json_instance = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for jsonInstance. | 
    
  
  
  hasContentMapInstance()
  
    public boolean hasContentMapInstance()
   
   Key-value contents for the mutlimodality input, including text, image,
 video, audio, and pdf, etc. The key is placeholder in metric prompt
 template, and the value is the multimodal content.
 .google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the contentMapInstance field is set. | 
    
  
  
  
  
    public boolean hasJsonInstance()
   
   Instance specified as a json string. String key-value pairs are expected
 in the json_instance to render
 PairwiseMetricSpec.instance_prompt_template.
 string json_instance = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the jsonInstance field is set. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeContentMapInstance(ContentMap value)
  
    public PairwiseMetricInstance.Builder mergeContentMapInstance(ContentMap value)
   
   Key-value contents for the mutlimodality input, including text, image,
 video, audio, and pdf, etc. The key is placeholder in metric prompt
 template, and the value is the multimodal content.
 .google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;
    public PairwiseMetricInstance.Builder mergeFrom(PairwiseMetricInstance other)
   
  
  
  
  
  
    public PairwiseMetricInstance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public PairwiseMetricInstance.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final PairwiseMetricInstance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setContentMapInstance(ContentMap value)
  
    public PairwiseMetricInstance.Builder setContentMapInstance(ContentMap value)
   
   Key-value contents for the mutlimodality input, including text, image,
 video, audio, and pdf, etc. The key is placeholder in metric prompt
 template, and the value is the multimodal content.
 .google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;
setContentMapInstance(ContentMap.Builder builderForValue)
  
    public PairwiseMetricInstance.Builder setContentMapInstance(ContentMap.Builder builderForValue)
   
   Key-value contents for the mutlimodality input, including text, image,
 video, audio, and pdf, etc. The key is placeholder in metric prompt
 template, and the value is the multimodal content.
 .google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;
    public PairwiseMetricInstance.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public PairwiseMetricInstance.Builder setJsonInstance(String value)
   
   Instance specified as a json string. String key-value pairs are expected
 in the json_instance to render
 PairwiseMetricSpec.instance_prompt_template.
 string json_instance = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The jsonInstance to set. | 
    
  
  
  
  
  
    public PairwiseMetricInstance.Builder setJsonInstanceBytes(ByteString value)
   
   Instance specified as a json string. String key-value pairs are expected
 in the json_instance to render
 PairwiseMetricSpec.instance_prompt_template.
 string json_instance = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for jsonInstance to set. | 
    
  
  
  
  
  
    public PairwiseMetricInstance.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final PairwiseMetricInstance.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides