Class: Google::Cloud::DocumentAI::V1::ProcessorVersion::GenAiModelInfo::FoundationGenAiModelInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::ProcessorVersion::GenAiModelInfo::FoundationGenAiModelInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/processor.rb
Overview
Information for a pretrained Google-managed foundation model.
Instance Attribute Summary collapse
-
#finetuning_allowed ⇒ ::Boolean
Whether finetuning is allowed for this base processor version.
-
#min_train_labeled_documents ⇒ ::Integer
The minimum number of labeled documents in the training dataset required for finetuning.
Instance Attribute Details
#finetuning_allowed ⇒ ::Boolean
Returns Whether finetuning is allowed for this base processor version.
108 109 110 111 |
# File 'proto_docs/google/cloud/documentai/v1/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.
108 109 110 111 |
# File 'proto_docs/google/cloud/documentai/v1/processor.rb', line 108 class FoundationGenAiModelInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |