public sealed class RubricBasedInstructionFollowingResult : IMessage<RubricBasedInstructionFollowingResult>, IEquatable<RubricBasedInstructionFollowingResult>, IDeepCloneable<RubricBasedInstructionFollowingResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class RubricBasedInstructionFollowingResult.
Result for RubricBasedInstructionFollowing metric.
Implements
IMessageRubricBasedInstructionFollowingResult, IEquatableRubricBasedInstructionFollowingResult, IDeepCloneableRubricBasedInstructionFollowingResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RubricBasedInstructionFollowingResult()
public RubricBasedInstructionFollowingResult()
RubricBasedInstructionFollowingResult(RubricBasedInstructionFollowingResult)
public RubricBasedInstructionFollowingResult(RubricBasedInstructionFollowingResult other)
Parameter | |
---|---|
Name | Description |
other |
RubricBasedInstructionFollowingResult |
Properties
HasScore
public bool HasScore { get; }
Gets whether the "score" field is set
Property Value | |
---|---|
Type | Description |
bool |
RubricCritiqueResults
public RepeatedField<RubricCritiqueResult> RubricCritiqueResults { get; }
Output only. List of per rubric critique results.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRubricCritiqueResult |
Score
public float Score { get; set; }
Output only. Overall score for the instruction following.
Property Value | |
---|---|
Type | Description |
float |