Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsMetadata::UploadStats (v1.2.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsMetadata::UploadStats.

Statistics for BulkUploadFeedbackLabels operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#failed_validation_count

def failed_validation_count() -> ::Integer
Returns
  • (::Integer) — The number of objects skipped because of failed validation

#failed_validation_count=

def failed_validation_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of objects skipped because of failed validation
Returns
  • (::Integer) — The number of objects skipped because of failed validation

#processed_object_count

def processed_object_count() -> ::Integer
Returns
  • (::Integer) — The number of objects processed during the upload operation.

#processed_object_count=

def processed_object_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of objects processed during the upload operation.
Returns
  • (::Integer) — The number of objects processed during the upload operation.

#successful_upload_count

def successful_upload_count() -> ::Integer
Returns
  • (::Integer) — The number of new feedback labels added during this ingest operation.

#successful_upload_count=

def successful_upload_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of new feedback labels added during this ingest operation.
Returns
  • (::Integer) — The number of new feedback labels added during this ingest operation.