public static final class PointwiseMetricInstance.Builder extends GeneratedMessageV3.Builder<PointwiseMetricInstance.Builder> implements PointwiseMetricInstanceOrBuilder
   
   Pointwise metric instance. Usually one instance corresponds to one row in an
 evaluation dataset.
 Protobuf type google.cloud.aiplatform.v1beta1.PointwiseMetricInstance
    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 PointwiseMetricInstance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public PointwiseMetricInstance build()
   
  
  
  
  
    public PointwiseMetricInstance buildPartial()
   
  
  
  
  
    public PointwiseMetricInstance.Builder clear()
   
  
  Overrides
  
  
  clearContentMapInstance()
  
    public PointwiseMetricInstance.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 PointwiseMetricInstance.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public PointwiseMetricInstance.Builder clearInstance()
   
  
  
  
  
    public PointwiseMetricInstance.Builder clearJsonInstance()
   
   Instance specified as a json string. String key-value pairs are expected
 in the json_instance to render
 PointwiseMetricSpec.instance_prompt_template.
 string json_instance = 1;
    public PointwiseMetricInstance.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public PointwiseMetricInstance.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 PointwiseMetricInstance getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public PointwiseMetricInstance.InstanceCase getInstanceCase()
   
  
  
  
  
    public String getJsonInstance()
   
   Instance specified as a json string. String key-value pairs are expected
 in the json_instance to render
 PointwiseMetricSpec.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
 PointwiseMetricSpec.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
 PointwiseMetricSpec.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 PointwiseMetricInstance.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 PointwiseMetricInstance.Builder mergeFrom(PointwiseMetricInstance other)
   
  
  
  
  
  
    public PointwiseMetricInstance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public PointwiseMetricInstance.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final PointwiseMetricInstance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setContentMapInstance(ContentMap value)
  
    public PointwiseMetricInstance.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 PointwiseMetricInstance.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 PointwiseMetricInstance.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public PointwiseMetricInstance.Builder setJsonInstance(String value)
   
   Instance specified as a json string. String key-value pairs are expected
 in the json_instance to render
 PointwiseMetricSpec.instance_prompt_template.
 string json_instance = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The jsonInstance to set. | 
    
  
  
  
  
  
    public PointwiseMetricInstance.Builder setJsonInstanceBytes(ByteString value)
   
   Instance specified as a json string. String key-value pairs are expected
 in the json_instance to render
 PointwiseMetricSpec.instance_prompt_template.
 string json_instance = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for jsonInstance to set. | 
    
  
  
  
  
  
    public PointwiseMetricInstance.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final PointwiseMetricInstance.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides