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

Copy Markdown View Source

Configuration specific to the Cloud Storage-based implementation.

Attributes

  • gcs_prefix (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3GcsPrefix.t()) - Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig{
    gcs_prefix:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3GcsPrefix.t() | nil
  }