Show / Hide Table of Contents

Class GoogleCloudAiplatformV1RubricGroup

A group of rubrics, used for grouping rubrics based on a metric or a version.

Inheritance
object
GoogleCloudAiplatformV1RubricGroup
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 GoogleCloudAiplatformV1RubricGroup : IDirectResponseSchema

Properties

DisplayName

Human-readable name for the group. This should be unique within a given context if used for display or selection. Example: "Instruction Following V1", "Content Quality - Summarization Task".

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

ETag

The ETag of the item.

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

GroupId

Unique identifier for the group.

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

Rubrics

Rubrics that are part of this group.

Declaration
[JsonProperty("rubrics")]
public virtual IList<GoogleCloudAiplatformV1Rubric> Rubrics { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1Rubric>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX