Vertex AI v1beta1 API - Class RubricBasedInstructionFollowingInstance (1.0.0-beta24)

public sealed class RubricBasedInstructionFollowingInstance : IMessage<RubricBasedInstructionFollowingInstance>, IEquatable<RubricBasedInstructionFollowingInstance>, IDeepCloneable<RubricBasedInstructionFollowingInstance>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class RubricBasedInstructionFollowingInstance.

Instance for RubricBasedInstructionFollowing metric - one instance corresponds to one row in an evaluation dataset.

Inheritance

object > RubricBasedInstructionFollowingInstance

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

RubricBasedInstructionFollowingInstance()

public RubricBasedInstructionFollowingInstance()

RubricBasedInstructionFollowingInstance(RubricBasedInstructionFollowingInstance)

public RubricBasedInstructionFollowingInstance(RubricBasedInstructionFollowingInstance other)
Parameter
Name Description
other RubricBasedInstructionFollowingInstance

Properties

HasJsonInstance

public bool HasJsonInstance { get; }

Gets whether the "json_instance" field is set

Property Value
Type Description
bool

InstanceCase

public RubricBasedInstructionFollowingInstance.InstanceOneofCase InstanceCase { get; }
Property Value
Type Description
RubricBasedInstructionFollowingInstanceInstanceOneofCase

JsonInstance

public string JsonInstance { get; set; }

Required. Instance specified as a json string. String key-value pairs are expected in the json_instance to render RubricBasedInstructionFollowing prompt templates.

Property Value
Type Description
string