Class: Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::GenAiModelInfo::FoundationGenAiModelInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/processor.rb

Overview

Information for a pretrained Google-managed foundation model.

Instance Attribute Summary collapse

Instance Attribute Details

#finetuning_allowed::Boolean

Returns Whether finetuning is allowed for this base processor version.

Returns:

  • (::Boolean)

    Whether finetuning is allowed for this base processor version.



108
109
110
111
# File 'proto_docs/google/cloud/documentai/v1beta3/processor.rb', line 108

class FoundationGenAiModelInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min_train_labeled_documents::Integer

Returns The minimum number of labeled documents in the training dataset required for finetuning.

Returns:

  • (::Integer)

    The minimum number of labeled documents in the training dataset required for finetuning.



108
109
110
111
# File 'proto_docs/google/cloud/documentai/v1beta3/processor.rb', line 108

class FoundationGenAiModelInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end