chosenCandidates property

List<GoogleCloudAiplatformV1LogprobsResultCandidate>? chosenCandidates
getter/setter pair

A list of the chosen candidate tokens at each decoding step.

The length of this list is equal to the total number of decoding steps. Note that the chosen candidate might not be in top_candidates.

Implementation

core.List<GoogleCloudAiplatformV1LogprobsResultCandidate>? chosenCandidates;