public sealed class QaQuestion.Types.TuningMetadata : IMessage<QaQuestion.Types.TuningMetadata>, IEquatable<QaQuestion.Types.TuningMetadata>, IDeepCloneable<QaQuestion.Types.TuningMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class QaQuestion.Types.TuningMetadata.
Metadata about the tuning operation for the question. Will only be set if a
scorecard containing this question has been tuned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `QaQuestion.Types.TuningMetadata` class within the Google Cloud Contact Center AI Insights v1 API, detailing its structure and functionality."],["The `QaQuestion.Types.TuningMetadata` class is used to store metadata related to the tuning operation of a question, and is set when a scorecard containing this question has been tuned."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The documentation includes details on available constructors, like the default constructor `TuningMetadata()` and the copy constructor `TuningMetadata(QaQuestion.Types.TuningMetadata other)`, along with their parameters."],["It also lists the properties of the `TuningMetadata` class, including `DatasetValidationWarnings` which lists any data validation issues, `TotalValidLabelCount`, which stores the count of valid labels, and `TuningError`, which indicates the error status of the tuning operation, if it failed."]]],[]]