Cloud AI Platform v1 API - Class PointwiseMetricSpec (3.7.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class PointwiseMetricSpec.

Spec for pointwise metric.

Inheritance

object > PointwiseMetricSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PointwiseMetricSpec()

public PointwiseMetricSpec()

PointwiseMetricSpec(PointwiseMetricSpec)

public PointwiseMetricSpec(PointwiseMetricSpec other)
Parameter
Name Description
other PointwiseMetricSpec

Properties

HasMetricPromptTemplate

public bool HasMetricPromptTemplate { get; }

Gets whether the "metric_prompt_template" field is set

Property Value
Type Description
bool

MetricPromptTemplate

public string MetricPromptTemplate { get; set; }

Required. Metric prompt template for pointwise metric.

Property Value
Type Description
string