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 classCompletionChoice.Logprobs.Builderpublic final classCompletionChoice.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.Logprobsvalidate()final CompletionChoice.Logprobs.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CompletionChoice.Logprobs.Builderbuilder()-
-
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()
-
-
-
-