Class: Google::Cloud::DocumentAI::V1beta3::Dataset::DocumentWarehouseConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Dataset::DocumentWarehouseConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/dataset.rb
Overview
Configuration specific to the Document AI Warehouse-based implementation.
Instance Attribute Summary collapse
-
#collection ⇒ ::String
readonly
Output only.
-
#schema ⇒ ::String
readonly
Output only.
Instance Attribute Details
#collection ⇒ ::String (readonly)
Returns Output only. The collection in Document AI Warehouse associated with the dataset.
84 85 86 87 |
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 84 class DocumentWarehouseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::String (readonly)
Returns Output only. The schema in Document AI Warehouse associated with the dataset.
84 85 86 87 |
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 84 class DocumentWarehouseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |