public sealed class PairwiseQuestionAnsweringQualitySpec : IMessage<PairwiseQuestionAnsweringQualitySpec>, IEquatable<PairwiseQuestionAnsweringQualitySpec>, IDeepCloneable<PairwiseQuestionAnsweringQualitySpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PairwiseQuestionAnsweringQualitySpec.
Spec for pairwise question answering quality score metric.
Implements
IMessagePairwiseQuestionAnsweringQualitySpec, IEquatablePairwiseQuestionAnsweringQualitySpec, IDeepCloneablePairwiseQuestionAnsweringQualitySpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PairwiseQuestionAnsweringQualitySpec()
public PairwiseQuestionAnsweringQualitySpec()
PairwiseQuestionAnsweringQualitySpec(PairwiseQuestionAnsweringQualitySpec)
public PairwiseQuestionAnsweringQualitySpec(PairwiseQuestionAnsweringQualitySpec other)
Parameter | |
---|---|
Name | Description |
other |
PairwiseQuestionAnsweringQualitySpec |
Properties
UseReference
public bool UseReference { get; set; }
Optional. Whether to use instance.reference to compute question answering quality.
Property Value | |
---|---|
Type | Description |
bool |
Version
public int Version { get; set; }
Optional. Which version to use for evaluation.
Property Value | |
---|---|
Type | Description |
int |