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

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

  • inputGcsSource (type: String.t, default: nil) - The source Cloud Storage URI specified in the import config.
  • status (type: GoogleApi.DocumentAI.V1beta2.Model.GoogleRpcStatus.t, default: nil) - The validation status of import config.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult{
    inputGcsSource: String.t() | nil,
    status: GoogleApi.DocumentAI.V1beta2.Model.GoogleRpcStatus.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.