public sealed class PointwiseMetricResult : IMessage<PointwiseMetricResult>, IEquatable<PointwiseMetricResult>, IDeepCloneable<PointwiseMetricResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PointwiseMetricResult.
Spec for pointwise metric result.
Implements
IMessagePointwiseMetricResult, IEquatablePointwiseMetricResult, IDeepCloneablePointwiseMetricResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PointwiseMetricResult()
public PointwiseMetricResult()
PointwiseMetricResult(PointwiseMetricResult)
public PointwiseMetricResult(PointwiseMetricResult other)
Parameter | |
---|---|
Name | Description |
other |
PointwiseMetricResult |
Properties
Explanation
public string Explanation { get; set; }
Output only. Explanation for pointwise metric score.
Property Value | |
---|---|
Type | Description |
string |
HasScore
public bool HasScore { get; }
Gets whether the "score" field is set
Property Value | |
---|---|
Type | Description |
bool |
Score
public float Score { get; set; }
Output only. Pointwise metric score.
Property Value | |
---|---|
Type | Description |
float |