Cloud AI Platform v1 API - Class PointwiseMetricResult (3.6.0)

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

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

Spec for pointwise metric result.

Inheritance

object > PointwiseMetricResult

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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