Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsMetadata::DownloadStats.
Statistics for BulkDownloadFeedbackLabels operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#file_names
def file_names() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. Full name of the files written to Cloud storage.
#processed_object_count
def processed_object_count() -> ::Integer
Returns
- (::Integer) — The number of objects processed during the download operation.
#processed_object_count=
def processed_object_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of objects processed during the download operation.
Returns
- (::Integer) — The number of objects processed during the download operation.
#successful_download_count
def successful_download_count() -> ::Integer
Returns
- (::Integer) — The number of new feedback labels downloaded during this operation. Different from "processed" because some labels might not be downloaded because an error.
#successful_download_count=
def successful_download_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of new feedback labels downloaded during this operation. Different from "processed" because some labels might not be downloaded because an error.
Returns
- (::Integer) — The number of new feedback labels downloaded during this operation. Different from "processed" because some labels might not be downloaded because an error.
#total_files_written
def total_files_written() -> ::Integer
Returns
- (::Integer) — Total number of files written to the provided Cloud Storage bucket.
#total_files_written=
def total_files_written=(value) -> ::Integer
Parameter
- value (::Integer) — Total number of files written to the provided Cloud Storage bucket.
Returns
- (::Integer) — Total number of files written to the provided Cloud Storage bucket.