Package com.openai.models.completions
Class CompletionChoice.Logprobs.TopLogprob
-
- All Implemented Interfaces:
public final class CompletionChoice.Logprobs.TopLogprob
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCompletionChoice.Logprobs.TopLogprob.BuilderA builder for TopLogprob.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final CompletionChoice.Logprobs.TopLogprob.BuildertoBuilder()final CompletionChoice.Logprobs.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 CompletionChoice.Logprobs.TopLogprob.Builderbuilder()Returns a mutable builder for constructing an instance of TopLogprob. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CompletionChoice.Logprobs.TopLogprob.Builder toBuilder()
-
validate
final CompletionChoice.Logprobs.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 CompletionChoice.Logprobs.TopLogprob.Builder builder()
Returns a mutable builder for constructing an instance of TopLogprob.
-
-
-
-