View Source GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCodeyOutput (google_api_ai_platform v0.3.0)

Top-level wrapper used to store all things codey-related.

Attributes

  • codeyChatMetadata (type: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCodeyChatMetadata.t, default: nil) -
  • codeyCompletionMetadata (type: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCodeyCompletionMetadata.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCodeyOutput{
  codeyChatMetadata:
    GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCodeyChatMetadata.t() | nil,
  codeyCompletionMetadata:
    GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCodeyCompletionMetadata.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.