View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1LogprobsResult (google_api_ai_platform v0.22.0)

Logprobs Result

Attributes

  • chosenCandidates (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1LogprobsResultCandidate.t), default: nil) - Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates.
  • topCandidates (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1LogprobsResultTopCandidates.t), default: nil) - Length = total number of decoding steps.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1LogprobsResult{
  chosenCandidates:
    [
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1LogprobsResultCandidate.t()
    ]
    | nil,
  topCandidates:
    [
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1LogprobsResultTopCandidates.t()
    ]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.