Cloud AI Platform v1beta1 API - Class LogprobsResult.Types.TopCandidates (1.0.0-beta04)

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.

Inheritance

object > LogprobsResult.Types.TopCandidates

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TopCandidates()

public TopCandidates()

TopCandidates(TopCandidates)

public TopCandidates(LogprobsResult.Types.TopCandidates other)
Parameter
Name Description
other LogprobsResultTypesTopCandidates

Properties

Candidates

public RepeatedField<LogprobsResult.Types.Candidate> Candidates { get; }

Sorted by log probability in descending order.

Property Value
Type Description
RepeatedFieldLogprobsResultTypesCandidate