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

Copy Markdown View Source

Information for a pretrained Google-managed foundation model.

Attributes

  • finetuning_allowed (type: boolean()) - Whether fine tuning is allowed for this base processor version.
  • min_train_labeled_documents (type: integer()) - The minimum number of labeled documents in the training dataset required for fine tuning.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo{
    finetuning_allowed: boolean() | nil,
    min_train_labeled_documents: integer() | nil
  }