public sealed class LogprobsResult.Types.TopCandidates : IMessage<LogprobsResult.Types.TopCandidates>, IEquatable<LogprobsResult.Types.TopCandidates>, IDeepCloneable<LogprobsResult.Types.TopCandidates>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class LogprobsResult.Types.TopCandidates.
Candidates with top log probabilities at each decoding step.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This documentation is for the `LogprobsResult.Types.TopCandidates` class within the Google Cloud AI Platform v1beta1 API."],["`TopCandidates` represents candidates with the highest log probabilities at each decoding step, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `TopCandidates` inherits from object and provides a constructor to create an instance and a copy constructor."],["The `Candidates` property, which is a `RepeatedField` of `LogprobsResult.Types.Candidate`, lists the candidates sorted in descending order by log probability."],["The latest version of this API is `1.0.0-beta21`, as indicated in the latest url link."]]],[]]