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

Copy Markdown View Source

The statistic representing a dataset split type for this export.

Attributes

  • split_type (type: String.t()) - The dataset split type.
  • total_document_count (type: integer()) - Total number of documents with the given dataset split type to be exported.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat{
    split_type: String.t() | nil,
    total_document_count: integer() | nil
  }