Package com.openai.models
Class CompletionChoice.Logprobs
-
- All Implemented Interfaces:
public final class CompletionChoice.Logprobs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
CompletionChoice.Logprobs.Builder
A builder for Logprobs.
public final class
CompletionChoice.Logprobs.TopLogprob
-
Method Summary
Modifier and Type Method Description final Optional<List<Long>>
textOffset()
final Optional<List<Double>>
tokenLogprobs()
final Optional<List<String>>
tokens()
final Optional<List<CompletionChoice.Logprobs.TopLogprob>>
topLogprobs()
final JsonField<List<Long>>
_textOffset()
final JsonField<List<Double>>
_tokenLogprobs()
final JsonField<List<String>>
_tokens()
final JsonField<List<CompletionChoice.Logprobs.TopLogprob>>
_topLogprobs()
final Map<String, JsonValue>
_additionalProperties()
final CompletionChoice.Logprobs
validate()
final CompletionChoice.Logprobs.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static CompletionChoice.Logprobs.Builder
builder()
-
-
Method Detail
-
textOffset
final Optional<List<Long>> textOffset()
-
tokenLogprobs
final Optional<List<Double>> tokenLogprobs()
-
topLogprobs
final Optional<List<CompletionChoice.Logprobs.TopLogprob>> topLogprobs()
-
_textOffset
final JsonField<List<Long>> _textOffset()
-
_tokenLogprobs
final JsonField<List<Double>> _tokenLogprobs()
-
_topLogprobs
final JsonField<List<CompletionChoice.Logprobs.TopLogprob>> _topLogprobs()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CompletionChoice.Logprobs validate()
-
toBuilder
final CompletionChoice.Logprobs.Builder toBuilder()
-
builder
final static CompletionChoice.Logprobs.Builder builder()
-
-
-
-