Class GoogleCloudAiplatformV1SummaryMetrics
The summary metrics for the evaluation run.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SummaryMetrics : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailedItems
Optional. The number of items that failed to be evaluated.
Declaration
[JsonProperty("failedItems")]
public virtual int? FailedItems { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Metrics
Optional. Map of metric name to metric value.
Declaration
[JsonProperty("metrics")]
public virtual IDictionary<string, object> Metrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
TotalItems
Optional. The total number of items that were evaluated.
Declaration
[JsonProperty("totalItems")]
public virtual int? TotalItems { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |