Class GoogleCloudAiplatformV1beta1LogprobsResult
Logprobs Result
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1LogprobsResult : IDirectResponseSchema
Properties
ChosenCandidates
Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates.
Declaration
[JsonProperty("chosenCandidates")]
public virtual IList<GoogleCloudAiplatformV1beta1LogprobsResultCandidate> ChosenCandidates { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1LogprobsResultCandidate> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TopCandidates
Length = total number of decoding steps.
Declaration
[JsonProperty("topCandidates")]
public virtual IList<GoogleCloudAiplatformV1beta1LogprobsResultTopCandidates> TopCandidates { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1LogprobsResultTopCandidates> |