public sealed class BleuMetricValue : IMessage<BleuMetricValue>, IEquatable<BleuMetricValue>, IDeepCloneable<BleuMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class BleuMetricValue.
Bleu metric value for an instance.
Implements
IMessageBleuMetricValue, IEquatableBleuMetricValue, IDeepCloneableBleuMetricValue, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
BleuMetricValue()
public BleuMetricValue()
BleuMetricValue(BleuMetricValue)
public BleuMetricValue(BleuMetricValue other)
Parameter | |
---|---|
Name | Description |
other |
BleuMetricValue |
Properties
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. Bleu score.
Property Value | |
---|---|
Type | Description |
float |