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

public sealed class LogprobsResult : IMessage<LogprobsResult>, IEquatable<LogprobsResult>, IDeepCloneable<LogprobsResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class LogprobsResult.

Logprobs Result

Inheritance

object > LogprobsResult

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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