Class ResponseTextDeltaEvent.Logprob
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseTextDeltaEvent.LogprobA logprob is the logarithmic probability that the model assigns to producing a particular token at a given position in the sequence. Less-negative (higher) logprob values indicate greater model confidence in that token choice. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseTextDeltaEvent.Logprob.BuilderA builder for Logprob. public final classResponseTextDeltaEvent.Logprob.TopLogprob
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringtoken()A possible text token. final Doublelogprob()The log probability of this token. final Optional<List<ResponseTextDeltaEvent.Logprob.TopLogprob>>topLogprobs()The log probability of the top 20 most likely tokens. final JsonField<String>_token()Returns the raw JSON value of token. final JsonField<Double>_logprob()Returns the raw JSON value of logprob. final JsonField<List<ResponseTextDeltaEvent.Logprob.TopLogprob>>_topLogprobs()Returns the raw JSON value of topLogprobs. final Map<String, JsonValue>_additionalProperties()final ResponseTextDeltaEvent.Logprob.BuildertoBuilder()final ResponseTextDeltaEvent.Logprobvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseTextDeltaEvent.Logprob.Builderbuilder()Returns a mutable builder for constructing an instance of Logprob. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        topLogprobsfinal Optional<List<ResponseTextDeltaEvent.Logprob.TopLogprob>> topLogprobs() The log probability of the top 20 most likely tokens. 
 - 
                                        _tokenfinal JsonField<String> _token() Returns the raw JSON value of token. Unlike token, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _logprobfinal JsonField<Double> _logprob() Returns the raw JSON value of logprob. Unlike logprob, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _topLogprobsfinal JsonField<List<ResponseTextDeltaEvent.Logprob.TopLogprob>> _topLogprobs() Returns the raw JSON value of topLogprobs. Unlike topLogprobs, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseTextDeltaEvent.Logprob.Builder toBuilder() 
 - 
                                        validatefinal ResponseTextDeltaEvent.Logprob validate() 
 - 
                                        builderfinal static ResponseTextDeltaEvent.Logprob.Builder builder() Returns a mutable builder for constructing an instance of Logprob. The following fields are required: .token() .logprob()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-