View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus (google_api_document_ai v0.39.0)

Resync status against inconsistency types on the dataset level.

Attributes

  • datasetInconsistencyType (type: String.t, default: nil) - The type of the inconsistency of the dataset.
  • status (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t, default: nil) - The status of resyncing the dataset with regards to the detected inconsistency. Empty if ResyncDatasetRequest.validate_only is true.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus{
    datasetInconsistencyType: String.t() | nil,
    status: GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.