Class TuneQaScorecardRevisionMetadata (1.23.2)

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

Metadata for TuneQaScorecardRevision endpoint.

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.TuneQaScorecardRevisionRequest
Output only. The original request.
qa_question_dataset_validation_results MutableSequence[google.cloud.contact_center_insights_v1.types.TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResult]
Output only. The results of data validation per question in the request.
qa_question_dataset_tuning_metrics MutableSequence[google.cloud.contact_center_insights_v1.types.TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics]
Output only. The metrics for each QaQuestion in the TuneScorecardRevision request.
tuning_completion_ratio 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%.

Classes

QaQuestionDatasetTuningMetrics

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

Contains performance metrics for each QaQuestion in the TuneScorecardRevision request.

QaQuestionDatasetValidationResult

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

Contains validation results for a question in the tuning request.