public sealed class QuestionAnsweringHelpfulnessInput : IMessage<QuestionAnsweringHelpfulnessInput>, IEquatable<QuestionAnsweringHelpfulnessInput>, IDeepCloneable<QuestionAnsweringHelpfulnessInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class QuestionAnsweringHelpfulnessInput.
Input for question answering helpfulness metric.
Implements
IMessageQuestionAnsweringHelpfulnessInput, IEquatableQuestionAnsweringHelpfulnessInput, IDeepCloneableQuestionAnsweringHelpfulnessInput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
QuestionAnsweringHelpfulnessInput()
public QuestionAnsweringHelpfulnessInput()
QuestionAnsweringHelpfulnessInput(QuestionAnsweringHelpfulnessInput)
public QuestionAnsweringHelpfulnessInput(QuestionAnsweringHelpfulnessInput other)
Parameter | |
---|---|
Name | Description |
other |
QuestionAnsweringHelpfulnessInput |
Properties
Instance
public QuestionAnsweringHelpfulnessInstance Instance { get; set; }
Required. Question answering helpfulness instance.
Property Value | |
---|---|
Type | Description |
QuestionAnsweringHelpfulnessInstance |
MetricSpec
public QuestionAnsweringHelpfulnessSpec MetricSpec { get; set; }
Required. Spec for question answering helpfulness score metric.
Property Value | |
---|---|
Type | Description |
QuestionAnsweringHelpfulnessSpec |