View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig (google_api_document_ai v0.39.0)

Configuration specific to the Document AI Warehouse-based implementation.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.