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