Class GoogleCloudAiplatformV1EvaluationResults
The results of the evaluation run.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationResults : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationSet
The evaluation set where item level results are stored.
Declaration
[JsonProperty("evaluationSet")]
public virtual string EvaluationSet { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SummaryMetrics
Optional. The summary metrics for the evaluation run.
Declaration
[JsonProperty("summaryMetrics")]
public virtual GoogleCloudAiplatformV1SummaryMetrics SummaryMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1SummaryMetrics |