public sealed class PointwiseMetricSpec : IMessage<PointwiseMetricSpec>, IEquatable<PointwiseMetricSpec>, IDeepCloneable<PointwiseMetricSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PointwiseMetricSpec.
Spec for pointwise metric.
Implements
IMessagePointwiseMetricSpec, IEquatablePointwiseMetricSpec, IDeepCloneablePointwiseMetricSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |