Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata.
Metadata for TuneQaScorecardRevision endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time the operation was created.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time the operation finished running.
#qa_question_dataset_tuning_metrics
def qa_question_dataset_tuning_metrics() -> ::Array<::Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetTuningMetrics>
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetTuningMetrics>) — Output only. The metrics for each QaQuestion in the TuneScorecardRevision request.
#qa_question_dataset_validation_results
def qa_question_dataset_validation_results() -> ::Array<::Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetValidationResult>
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetValidationResult>) — Output only. The results of data validation per question in the request.
#request
def request() -> ::Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionRequest
Returns
- (::Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionRequest) — Output only. The original request.
#tuning_completion_ratio
def tuning_completion_ratio() -> ::Float
Returns
- (::Float) — Output only. The percentage of the tuning job that has completed. Always between 0 and 1 where 0 indicates the job has not started i.e. 0% and 1 indicates the job has completed i.e. 100%.