DeepSeek Kotlin SDK
Toggle table of contents
0.3.1
common
Platform filter
common
Switch theme
Search in API
DeepSeek Kotlin SDK
DeepSeek Kotlin SDK
/
org.oremif.deepseek.models
/
FIMLogProbs
FIMLog
Probs
@
Serializable
class
FIMLogProbs
(
val
textOffset
:
List
<
Int
>
,
val
tokenLogprobs
:
List
<
Double
>
,
val
tokens
:
List
<
String
>
,
val
topLogprobs
:
List
<
TopLogProb
>
?
)
Members
Constructors
FIMLog
Probs
Link copied to clipboard
constructor
(
textOffset
:
List
<
Int
>
,
tokenLogprobs
:
List
<
Double
>
,
tokens
:
List
<
String
>
,
topLogprobs
:
List
<
TopLogProb
>
?
)
Properties
text
Offset
Link copied to clipboard
val
textOffset
:
List
<
Int
>
token
Logprobs
Link copied to clipboard
val
tokenLogprobs
:
List
<
Double
>
tokens
Link copied to clipboard
val
tokens
:
List
<
String
>
top
Logprobs
Link copied to clipboard
val
topLogprobs
:
List
<
TopLogProb
>
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String