Class GoogleCloudAiplatformV1RougeResults
Results for rouge metric.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RougeResults : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RougeMetricValues
Output only. Rouge metric values.
Declaration
[JsonProperty("rougeMetricValues")]
public virtual IList<GoogleCloudAiplatformV1RougeMetricValue> RougeMetricValues { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1RougeMetricValue> |