public sealed class RubricBasedInstructionFollowingInput : IMessage<RubricBasedInstructionFollowingInput>, IEquatable<RubricBasedInstructionFollowingInput>, IDeepCloneable<RubricBasedInstructionFollowingInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class RubricBasedInstructionFollowingInput.
Instance and metric spec for RubricBasedInstructionFollowing metric.
Implements
IMessageRubricBasedInstructionFollowingInput, IEquatableRubricBasedInstructionFollowingInput, IDeepCloneableRubricBasedInstructionFollowingInput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RubricBasedInstructionFollowingInput()
public RubricBasedInstructionFollowingInput()
RubricBasedInstructionFollowingInput(RubricBasedInstructionFollowingInput)
public RubricBasedInstructionFollowingInput(RubricBasedInstructionFollowingInput other)
Parameter | |
---|---|
Name | Description |
other |
RubricBasedInstructionFollowingInput |
Properties
Instance
public RubricBasedInstructionFollowingInstance Instance { get; set; }
Required. Instance for RubricBasedInstructionFollowing metric.
Property Value | |
---|---|
Type | Description |
RubricBasedInstructionFollowingInstance |
MetricSpec
public RubricBasedInstructionFollowingSpec MetricSpec { get; set; }
Required. Spec for RubricBasedInstructionFollowing metric.
Property Value | |
---|---|
Type | Description |
RubricBasedInstructionFollowingSpec |