public sealed class LogprobsResult : IMessage<LogprobsResult>, IEquatable<LogprobsResult>, IDeepCloneable<LogprobsResult>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class LogprobsResult.
Logprobs Result
Implements
IMessageLogprobsResult, IEquatableLogprobsResult, IDeepCloneableLogprobsResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
LogprobsResult()
public LogprobsResult()LogprobsResult(LogprobsResult)
public LogprobsResult(LogprobsResult other)| Parameter | |
|---|---|
| Name | Description |
other |
LogprobsResult |
Properties
ChosenCandidates
public RepeatedField<LogprobsResult.Types.Candidate> ChosenCandidates { get; }Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLogprobsResultTypesCandidate |
|
TopCandidates
public RepeatedField<LogprobsResult.Types.TopCandidates> TopCandidates { get; }Length = total number of decoding steps.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLogprobsResultTypesTopCandidates |
|