Package com.openai.models.responses
Class ResponseTextDoneEvent.Logprob.TopLogprob
-
- All Implemented Interfaces:
public final class ResponseTextDoneEvent.Logprob.TopLogprob
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseTextDoneEvent.Logprob.TopLogprob.Builder
A builder for TopLogprob.
-
Method Summary
Modifier and Type Method Description final Optional<String>
token()
A possible text token. final Optional<Double>
logprob()
The log probability of this token. final JsonField<String>
_token()
Returns the raw JSON value of token. final JsonField<Double>
_logprob()
Returns the raw JSON value of logprob. final Map<String, JsonValue>
_additionalProperties()
final ResponseTextDoneEvent.Logprob.TopLogprob.Builder
toBuilder()
final ResponseTextDoneEvent.Logprob.TopLogprob
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseTextDoneEvent.Logprob.TopLogprob.Builder
builder()
Returns a mutable builder for constructing an instance of TopLogprob. -
-
Method Detail
-
_token
final 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.
-
_logprob
final 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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ResponseTextDoneEvent.Logprob.TopLogprob.Builder toBuilder()
-
validate
final ResponseTextDoneEvent.Logprob.TopLogprob validate()
-
builder
final static ResponseTextDoneEvent.Logprob.TopLogprob.Builder builder()
Returns a mutable builder for constructing an instance of TopLogprob.
-
-
-
-