Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo (googly_document_ai v0.1.0)

Copy Markdown View Source

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

  • base_processor_version_id (type: String.t()) - The base processor version ID for the custom model.
  • custom_model_type (type: String.t()) - The type of custom model created by the user.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo{
    base_processor_version_id: String.t() | nil,
    custom_model_type: String.t() | nil
  }