Class IngestConversationsStats (1.8.0)

IngestConversationsStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Statistics for IngestConversations operation.

Attributes

NameDescription
processed_object_count int
Output only. The number of objects processed during the ingest operation.
duplicates_skipped_count int
Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested.
successful_ingest_count int
Output only. The number of new conversations added during this ingest operation.
failed_ingest_count int
Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field.