Send feedback
  
   
 
  
    
      Class TextSentimentPredictionInstance.Builder (3.10.0)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version 3.10.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  TextSentimentPredictionInstance . Builder   extends   GeneratedMessageV3 . Builder<TextSentimentPredictionInstance . Builder >  implements   TextSentimentPredictionInstanceOrBuilder  
   
   Prediction input format for Text Sentiment.
 Protobuf type 
 google.cloud.aiplatform.v1.schema.predict.instance.TextSentimentPredictionInstance
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      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 ()  
   
  Returns 
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   TextSentimentPredictionInstance . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  build() 
  
    
public   TextSentimentPredictionInstance   build ()  
   
  Returns 
  
   
  buildPartial() 
  
    
public   TextSentimentPredictionInstance   buildPartial ()  
   
  Returns 
  
   
  clear() 
  
    
public   TextSentimentPredictionInstance . Builder   clear ()  
   
  Returns 
  
  Overrides 
  
   
  clearContent() 
  
    
public   TextSentimentPredictionInstance . Builder   clearContent ()  
   
   The text snippet to make the predictions on.
 string content = 1;
 
  Returns 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   TextSentimentPredictionInstance . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearMimeType() 
  
    
public   TextSentimentPredictionInstance . Builder   clearMimeType ()  
   
   The MIME type of the text snippet. The supported MIME types are listed
 below.
 string mime_type = 2;
 
  Returns 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   TextSentimentPredictionInstance . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clone() 
  
    
public   TextSentimentPredictionInstance . Builder   clone ()  
   
  Returns 
  
  Overrides 
  
   
  getContent() 
  
    
public   String   getContent ()  
   
   The text snippet to make the predictions on.
 string content = 1;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The content.
 
       
     
  
   
  getContentBytes() 
  
    
public   ByteString   getContentBytes ()  
   
   The text snippet to make the predictions on.
 string content = 1;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for content.
 
       
     
  
   
  getDefaultInstanceForType() 
  
    
public   TextSentimentPredictionInstance   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  Returns 
  
  Overrides 
  
   
  getMimeType() 
  
    
public   String   getMimeType ()  
   
   The MIME type of the text snippet. The supported MIME types are listed
 below.
 string mime_type = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The mimeType.
 
       
     
  
   
  getMimeTypeBytes() 
  
    
public   ByteString   getMimeTypeBytes ()  
   
   The MIME type of the text snippet. The supported MIME types are listed
 below.
 string mime_type = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for mimeType.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  mergeFrom(TextSentimentPredictionInstance other) 
  
    
public   TextSentimentPredictionInstance . Builder   mergeFrom ( TextSentimentPredictionInstance   other )  
   
  Parameter 
  
  Returns 
  
   
  mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   TextSentimentPredictionInstance . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
   
  mergeFrom(Message other) 
  
    
public   TextSentimentPredictionInstance . Builder   mergeFrom ( Message   other )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   TextSentimentPredictionInstance . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  setContent(String value) 
  
    
public   TextSentimentPredictionInstance . Builder   setContent ( String   value )  
   
   The text snippet to make the predictions on.
 string content = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value 
        String The content to set.
 
       
     
  
  Returns 
  
   
  setContentBytes(ByteString value) 
  
    
public   TextSentimentPredictionInstance . Builder   setContentBytes ( ByteString   value )  
   
   The text snippet to make the predictions on.
 string content = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value 
        ByteString The bytes for content to set.
 
       
     
  
  Returns 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   TextSentimentPredictionInstance . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setMimeType(String value) 
  
    
public   TextSentimentPredictionInstance . Builder   setMimeType ( String   value )  
   
   The MIME type of the text snippet. The supported MIME types are listed
 below.
 string mime_type = 2;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value 
        String The mimeType to set.
 
       
     
  
  Returns 
  
   
  setMimeTypeBytes(ByteString value) 
  
    
public   TextSentimentPredictionInstance . Builder   setMimeTypeBytes ( ByteString   value )  
   
   The MIME type of the text snippet. The supported MIME types are listed
 below.
 string mime_type = 2;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value 
        ByteString The bytes for mimeType to set.
 
       
     
  
  Returns 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   TextSentimentPredictionInstance . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   TextSentimentPredictionInstance . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
    
     
  
       
         
  
  
    
    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-10-30 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-10-30 UTC."],[],[]]