Class BulkUploadFeedbackLabelsMetadata (1.23.1)

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

Metadata for the Bulk Upload Feedback Labels API.

Attributes

Name Description
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation was created.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation finished running.
request google.cloud.contact_center_insights_v1.types.BulkUploadFeedbackLabelsRequest
Output only. The original request for ingest.
partial_errors MutableSequence[google.rpc.status_pb2.Status]
Partial errors during ingest operation that might cause the operation output to be incomplete.
upload_stats google.cloud.contact_center_insights_v1.types.BulkUploadFeedbackLabelsMetadata.UploadStats
Output only. Statistics for BulkUploadFeedbackLabels operation.

Classes

UploadStats

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

Statistics for BulkUploadFeedbackLabels operation.