Class: Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LayoutParser
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LayoutParser
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb
Overview
Document AI Layout Parser config.
Instance Attribute Summary collapse
-
#max_parsing_requests_per_min ⇒ ::Integer
The maximum number of requests the job is allowed to make to the Document AI processor per minute.
-
#processor_name ⇒ ::String
The full resource name of a Document AI processor or processor version.
Instance Attribute Details
#max_parsing_requests_per_min ⇒ ::Integer
315 316 317 318 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 315 class LayoutParser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processor_name ⇒ ::String
315 316 317 318 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 315 class LayoutParser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |