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

Copy Markdown View Source

Resync status against inconsistency types on the dataset level.

Attributes

  • dataset_inconsistency_type (type: String.t()) - The type of the inconsistency of the dataset.
  • status (type: Googly.DocumentAI.Model.GoogleRpcStatus.t()) - The status of resyncing the dataset with regards to the detected inconsistency. Empty if ResyncDatasetRequest.validate_only is true.

Summary

Types

t()

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