Show / Hide Table of Contents

Class GoogleCloudAiplatformV1RubricVerdict

Represents the verdict of an evaluation against a single rubric.

Inheritance
object
GoogleCloudAiplatformV1RubricVerdict
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RubricVerdict : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluatedRubric

Required. The full rubric definition that was evaluated. Storing this ensures the verdict is self-contained and understandable, especially if the original rubric definition changes or was dynamically generated.

Declaration
[JsonProperty("evaluatedRubric")]
public virtual GoogleCloudAiplatformV1Rubric EvaluatedRubric { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1Rubric

Reasoning

Optional. Human-readable reasoning or explanation for the verdict. This can include specific examples or details from the evaluated content that justify the given verdict.

Declaration
[JsonProperty("reasoning")]
public virtual string Reasoning { get; set; }
Property Value
Type Description
string

Verdict

Required. Outcome of the evaluation against the rubric, represented as a boolean. true indicates a "Pass", false indicates a "Fail".

Declaration
[JsonProperty("verdict")]
public virtual bool? Verdict { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX