View Source GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig (google_api_document_ai v0.39.0)

Configuration specific to the Cloud Storage-based implementation.

Attributes

  • gcsPrefix (type: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3GcsPrefix.t, default: nil) - Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig{
    gcsPrefix:
      GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3GcsPrefix.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.