public sealed class QuestionAnsweringQualityResult : IMessage<QuestionAnsweringQualityResult>, IEquatable<QuestionAnsweringQualityResult>, IDeepCloneable<QuestionAnsweringQualityResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class QuestionAnsweringQualityResult.
Spec for question answering quality result.
Implements
IMessageQuestionAnsweringQualityResult, IEquatableQuestionAnsweringQualityResult, IDeepCloneableQuestionAnsweringQualityResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
QuestionAnsweringQualityResult()
public QuestionAnsweringQualityResult()
QuestionAnsweringQualityResult(QuestionAnsweringQualityResult)
public QuestionAnsweringQualityResult(QuestionAnsweringQualityResult other)
Parameter | |
---|---|
Name | Description |
other |
QuestionAnsweringQualityResult |
Properties
Confidence
public float Confidence { get; set; }
Output only. Confidence for question answering quality score.
Property Value | |
---|---|
Type | Description |
float |
Explanation
public string Explanation { get; set; }
Output only. Explanation for question answering quality score.
Property Value | |
---|---|
Type | Description |
string |
HasConfidence
public bool HasConfidence { get; }
Gets whether the "confidence" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasScore
public bool HasScore { get; }
Gets whether the "score" field is set
Property Value | |
---|---|
Type | Description |
bool |
Score
public float Score { get; set; }
Output only. Question Answering Quality score.
Property Value | |
---|---|
Type | Description |
float |