Class GoogleCloudAiplatformV1RubricCritiqueResult
Rubric critique result.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RubricCritiqueResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Rubric
Output only. Rubric to be evaluated.
Declaration
[JsonProperty("rubric")]
public virtual string Rubric { get; set; }
Property Value
Type | Description |
---|---|
string |
Verdict
Output only. Verdict for the rubric - true if the rubric is met, false otherwise.
Declaration
[JsonProperty("verdict")]
public virtual bool? Verdict { get; set; }
Property Value
Type | Description |
---|---|
bool? |