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

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.

Inheritance

object > RubricBasedInstructionFollowingInput

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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