public sealed class Rubric.Types.Content.Types.Property : IMessage<Rubric.Types.Content.Types.Property>, IEquatable<Rubric.Types.Content.Types.Property>, IDeepCloneable<Rubric.Types.Content.Types.Property>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Rubric.Types.Content.Types.Property.
Defines criteria based on a specific property.
Implements
IMessageRubricTypesContentTypesProperty, IEquatableRubricTypesContentTypesProperty, IDeepCloneableRubricTypesContentTypesProperty, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Property()
public Property()Property(Property)
public Property(Rubric.Types.Content.Types.Property other)| Parameter | |
|---|---|
| Name | Description |
other |
RubricTypesContentTypesProperty |
Properties
Description
public string Description { get; set; }Description of the property being evaluated. Example: "The model's response is grammatically correct."
| Property Value | |
|---|---|
| Type | Description |
string |
|