Class: Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionRequest::FoundationModelTuningOptions
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionRequest::FoundationModelTuningOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
Overview
Options to control foundation model tuning of the processor.
Instance Attribute Summary collapse
-
#learning_rate_multiplier ⇒ ::Float
Optional.
-
#train_steps ⇒ ::Integer
Optional.
Instance Attribute Details
#learning_rate_multiplier ⇒ ::Float
860 861 862 863 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 860 class FoundationModelTuningOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#train_steps ⇒ ::Integer
860 861 862 863 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 860 class FoundationModelTuningOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |