public sealed class QaQuestion.Types.TuningMetadata : IMessage<QaQuestion.Types.TuningMetadata>, IEquatable<QaQuestion.Types.TuningMetadata>, IDeepCloneable<QaQuestion.Types.TuningMetadata>, IBufferMessage, IMessageReference 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.
Implements
IMessageQaQuestionTypesTuningMetadata, IEquatableQaQuestionTypesTuningMetadata, IDeepCloneableQaQuestionTypesTuningMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
TuningMetadata()
public TuningMetadata()TuningMetadata(TuningMetadata)
public TuningMetadata(QaQuestion.Types.TuningMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
QaQuestionTypesTuningMetadata |
Properties
DatasetValidationWarnings
public RepeatedField<DatasetValidationWarning> DatasetValidationWarnings { get; }A list of any applicable data validation warnings about the question's feedback labels.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDatasetValidationWarning |
|
TotalValidLabelCount
public long TotalValidLabelCount { get; set; }Total number of valid labels provided for the question at the time of tuining.
| Property Value | |
|---|---|
| Type | Description |
long |
|
TuningError
public string TuningError { get; set; }Error status of the tuning operation for the question. Will only be set if the tuning operation failed.
| Property Value | |
|---|---|
| Type | Description |
string |
|