Package com.openai.models.responses
Class ResponseOutputText.Logprob.TopLogprob
-
- All Implemented Interfaces:
public final class ResponseOutputText.Logprob.TopLogprobThe top log probability of a token.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseOutputText.Logprob.TopLogprob.BuilderA builder for TopLogprob.
-
Method Summary
Modifier and Type Method Description final Stringtoken()final List<Long>bytes()final Doublelogprob()final JsonField<String>_token()Returns the raw JSON value of token. final JsonField<List<Long>>_bytes()Returns the raw JSON value of bytes. final JsonField<Double>_logprob()Returns the raw JSON value of logprob. final Map<String, JsonValue>_additionalProperties()final ResponseOutputText.Logprob.TopLogprob.BuildertoBuilder()final ResponseOutputText.Logprob.TopLogprobvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseOutputText.Logprob.TopLogprob.Builderbuilder()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.
-
_bytes
final JsonField<List<Long>> _bytes()
Returns the raw JSON value of bytes.
Unlike bytes, 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 ResponseOutputText.Logprob.TopLogprob.Builder toBuilder()
-
validate
final ResponseOutputText.Logprob.TopLogprob validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static ResponseOutputText.Logprob.TopLogprob.Builder builder()
Returns a mutable builder for constructing an instance of TopLogprob.
The following fields are required:
.token() .bytes() .logprob()
-
-
-
-