topCandidates property

List<GoogleCloudAiplatformV1LogprobsResultTopCandidates>? topCandidates
getter/setter pair

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

The length of this list is equal to the total number of decoding steps.

Implementation

core.List<GoogleCloudAiplatformV1LogprobsResultTopCandidates>? topCandidates;