Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SummaryMetrics

The summary metrics for the evaluation run.

Inheritance
object
GoogleCloudAiplatformV1SummaryMetrics
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX