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-31 UTC."],[[["This documentation covers the `LogprobsResult.Types.TopCandidates` class within the Google Cloud AI Platform v1beta1 API, which represents candidates with top log probabilities during decoding."],["The `TopCandidates` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Two constructors are available for `TopCandidates`: a default constructor and a constructor that accepts another `TopCandidates` object as a parameter for creating a new instance from an existing one."],["The `Candidates` property, a `RepeatedField` of `LogprobsResult.Types.Candidate`, contains the top candidate options sorted in descending order by log probability."],["This documentation provides details on the namespace, assembly, inherited members, and the properties associated with the `LogprobsResult.Types.TopCandidates` class, as well as the versions of the API."]]],[]]