View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoCustomGenAiModelInfo (google_api_document_ai v0.45.1)

Information for a custom Generative AI model created by the user. These are created with Create New Version in either the Call foundation model or Fine tuning tabs.

Attributes

  • baseProcessorVersionId (type: String.t, default: nil) - The base processor version ID for the custom model.
  • customModelType (type: String.t, default: nil) - The type of custom model created by the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoCustomGenAiModelInfo{
    baseProcessorVersionId: String.t() | nil,
    customModelType: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.