Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig (googly_document_ai v0.1.0)

Copy Markdown View Source

Configuration specific to the Document AI Warehouse-based implementation.

Attributes

  • collection (type: String.t()) - Output only. The collection in Document AI Warehouse associated with the dataset.
  • schema (type: String.t()) - Output only. The schema in Document AI Warehouse associated with the dataset.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig{
    collection: String.t() | nil,
    schema: String.t() | nil
  }