Class GoogleCloudAiplatformV1beta1RougeSpec
Spec for rouge score metric - calculates the recall of n-grams in prediction as compared to reference - returns a score ranging between 0 and 1.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RougeSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RougeType
Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.
Declaration
[JsonProperty("rougeType")]
public virtual string RougeType { get; set; }
Property Value
Type | Description |
---|---|
string |
SplitSummaries
Optional. Whether to split summaries while using rougeLsum.
Declaration
[JsonProperty("splitSummaries")]
public virtual bool? SplitSummaries { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UseStemmer
Optional. Whether to use stemmer to compute rouge score.
Declaration
[JsonProperty("useStemmer")]
public virtual bool? UseStemmer { get; set; }
Property Value
Type | Description |
---|---|
bool? |