Class LogProbProperties.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class LogProbProperties.BuilderA builder for LogProbProperties. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        tokenfinal LogProbProperties.Builder token(String token) The token that was used to generate the log probability. 
 - 
                                        tokenfinal LogProbProperties.Builder token(JsonField<String> token) Sets Builder.token to an arbitrary JSON value. You should usually call Builder.token with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        bytesfinal LogProbProperties.Builder bytes(List<Long> bytes) The bytes that were used to generate the log probability. 
 - 
                                        bytesfinal LogProbProperties.Builder bytes(JsonField<List<Long>> bytes) Sets Builder.bytes to an arbitrary JSON value. You should usually call Builder.bytes with a well-typed List<Long>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addBytefinal LogProbProperties.Builder addByte(Long byte_) 
 - 
                                        logprobfinal LogProbProperties.Builder logprob(Double logprob) The log probability of the token. 
 - 
                                        logprobfinal LogProbProperties.Builder logprob(JsonField<Double> logprob) Sets Builder.logprob to an arbitrary JSON value. You should usually call Builder.logprob with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal LogProbProperties.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal LogProbProperties.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal LogProbProperties.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal LogProbProperties.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal LogProbProperties.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal LogProbProperties build() Returns an immutable instance of LogProbProperties. Further updates to this Builder will not mutate the returned instance. The following fields are required: .token() .bytes() .logprob()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-