Cloud AI Platform v1 API - Class QuestionAnsweringHelpfulnessInput (3.6.0)

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

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

Input for question answering helpfulness metric.

Inheritance

object > QuestionAnsweringHelpfulnessInput

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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