Class GeminiLogprobsResult
- Namespace
- Uralstech.UGemini.Models.Generation.Candidate
Logprobs result.
public class GeminiLogprobsResult
- Inheritance
-
GeminiLogprobsResult
- Extension Methods
Fields
ChosenCandidates
Length = total number of decoding steps. The chosen candidates may or may not be in TopCandidates.
public GeminiLogprobsCandidate[] ChosenCandidates
Field Value
TopCandidates
Length = total number of decoding steps.
public GeminiTopLogprobsCandidates[] TopCandidates