Class GoogleCloudAiplatformV1BleuSpec
Spec for bleu score metric - calculates the precision of n-grams in the prediction as compared to reference - returns a score ranging between 0 to 1.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1BleuSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UseEffectiveOrder
Optional. Whether to use_effective_order to compute bleu score.
Declaration
[JsonProperty("useEffectiveOrder")]
public virtual bool? UseEffectiveOrder { get; set; }
Property Value
Type | Description |
---|---|
bool? |