Class: Google::Cloud::DocumentAI::V1beta3::Dataset::DocumentWarehouseConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#collection::String (readonly)

Returns Output only. The collection in Document AI Warehouse associated with the dataset.

Returns:

  • (::String)

    Output only. The collection in Document AI Warehouse associated with the dataset.



76
77
78
79
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 76

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.

Returns:

  • (::String)

    Output only. The schema in Document AI Warehouse associated with the dataset.



76
77
78
79
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 76

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