Vertex AI v1beta1 API - Class PointwiseMetricInstance (1.0.0-beta16)

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

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

Pointwise metric instance. Usually one instance corresponds to one row in an evaluation dataset.

Inheritance

object > PointwiseMetricInstance

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

PointwiseMetricInstance()

public PointwiseMetricInstance()

PointwiseMetricInstance(PointwiseMetricInstance)

public PointwiseMetricInstance(PointwiseMetricInstance other)
Parameter
Name Description
other PointwiseMetricInstance

Properties

HasJsonInstance

public bool HasJsonInstance { get; }

Gets whether the "json_instance" field is set

Property Value
Type Description
bool

InstanceCase

public PointwiseMetricInstance.InstanceOneofCase InstanceCase { get; }
Property Value
Type Description
PointwiseMetricInstanceInstanceOneofCase

JsonInstance

public string JsonInstance { get; set; }

Instance specified as a json string. String key-value pairs are expected in the json_instance to render PointwiseMetricSpec.instance_prompt_template.

Property Value
Type Description
string