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 Vertex AI 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-21 UTC."],[[["The `LogprobsResult.Types.TopCandidates` class represents candidates with the highest log probabilities at each step of the decoding process within the Vertex AI v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The `TopCandidates` class includes a `Candidates` property, which is a `RepeatedField` of `LogprobsResult.Types.Candidate`, sorted by log probability in descending order."],["There are two constructors available for the `TopCandidates` class, one being a default constructor, the other takes in `LogprobsResult.Types.TopCandidates` for initialization purposes."],["This class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]