Package com.openai.models
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 class
CompletionChoice.Logprobs.TopLogprob.Builder
A builder for TopLogprob.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>
_additionalProperties()
final CompletionChoice.Logprobs.TopLogprob
validate()
final CompletionChoice.Logprobs.TopLogprob.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static CompletionChoice.Logprobs.TopLogprob.Builder
builder()
-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CompletionChoice.Logprobs.TopLogprob validate()
-
toBuilder
final CompletionChoice.Logprobs.TopLogprob.Builder toBuilder()
-
builder
final static CompletionChoice.Logprobs.TopLogprob.Builder builder()
-
-
-
-