Cloud AI Platform v1 API - Class QuestionAnsweringHelpfulnessResult (3.6.0)

public sealed class QuestionAnsweringHelpfulnessResult : IMessage<QuestionAnsweringHelpfulnessResult>, IEquatable<QuestionAnsweringHelpfulnessResult>, IDeepCloneable<QuestionAnsweringHelpfulnessResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class QuestionAnsweringHelpfulnessResult.

Spec for question answering helpfulness result.

Inheritance

object > QuestionAnsweringHelpfulnessResult

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

QuestionAnsweringHelpfulnessResult()

public QuestionAnsweringHelpfulnessResult()

QuestionAnsweringHelpfulnessResult(QuestionAnsweringHelpfulnessResult)

public QuestionAnsweringHelpfulnessResult(QuestionAnsweringHelpfulnessResult other)
Parameter
Name Description
other QuestionAnsweringHelpfulnessResult

Properties

Confidence

public float Confidence { get; set; }

Output only. Confidence for question answering helpfulness score.

Property Value
Type Description
float

Explanation

public string Explanation { get; set; }

Output only. Explanation for question answering helpfulness 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 Helpfulness score.

Property Value
Type Description
float