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

Copy Markdown View Source

The validation status of each import config. Status is set to an error if there are no documents to import in the import_config, or OK if the operation will try to proceed with at least one document.

Attributes

  • input_gcs_source (type: String.t()) - The source Cloud Storage URI specified in the import config.
  • status (type: Googly.DocumentAI.Model.GoogleRpcStatus.t()) - The validation status of import config.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult{
    input_gcs_source: String.t() | nil,
    status: Googly.DocumentAI.Model.GoogleRpcStatus.t() | nil
  }