Class GoogleCloudContactcenterinsightsV1QaQuestionMetrics
A wrapper representing metrics calculated against a test-set on a LLM that was fine tuned for this question.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1QaQuestionMetrics : IDirectResponseSchema
Properties
Accuracy
Output only. Accuracy of the model. Measures the percentage of correct answers the model gave on the test set.
Declaration
[JsonProperty("accuracy")]
public virtual double? Accuracy { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |