public sealed class TuneQaScorecardRevisionMetadata : IMessage<TuneQaScorecardRevisionMetadata>, IEquatable<TuneQaScorecardRevisionMetadata>, IDeepCloneable<TuneQaScorecardRevisionMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class TuneQaScorecardRevisionMetadata.
Metadata for TuneQaScorecardRevision endpoint.
Implements
IMessageTuneQaScorecardRevisionMetadata, IEquatableTuneQaScorecardRevisionMetadata, IDeepCloneableTuneQaScorecardRevisionMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
TuneQaScorecardRevisionMetadata()
public TuneQaScorecardRevisionMetadata()
TuneQaScorecardRevisionMetadata(TuneQaScorecardRevisionMetadata)
public TuneQaScorecardRevisionMetadata(TuneQaScorecardRevisionMetadata other)
Parameter | |
---|---|
Name | Description |
other |
TuneQaScorecardRevisionMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time the operation finished running.
Property Value | |
---|---|
Type | Description |
Timestamp |
QaQuestionDatasetTuningMetrics
public RepeatedField<TuneQaScorecardRevisionMetadata.Types.QaQuestionDatasetTuningMetrics> QaQuestionDatasetTuningMetrics { get; }
Output only. The metrics for each QaQuestion in the TuneScorecardRevision request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTuneQaScorecardRevisionMetadataTypesQaQuestionDatasetTuningMetrics |
QaQuestionDatasetValidationResults
public RepeatedField<TuneQaScorecardRevisionMetadata.Types.QaQuestionDatasetValidationResult> QaQuestionDatasetValidationResults { get; }
Output only. The results of data validation per question in the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTuneQaScorecardRevisionMetadataTypesQaQuestionDatasetValidationResult |
Request
public TuneQaScorecardRevisionRequest Request { get; set; }
Output only. The original request.
Property Value | |
---|---|
Type | Description |
TuneQaScorecardRevisionRequest |
TuningCompletionRatio
public double TuningCompletionRatio { get; set; }
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%.
Property Value | |
---|---|
Type | Description |
double |