Show / Hide Table of Contents

Class GoogleCloudAiplatformV1RougeSpec

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.

Inheritance
object
GoogleCloudAiplatformV1RougeSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RougeSpec : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX