Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics

Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics : IDirectResponseSchema

Properties

ConfidenceMetrics

Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99. Precision-recall curve is derived from them.

Declaration
[JsonProperty("confidenceMetrics")]
public virtual IList<GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics> ConfidenceMetrics { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IouThreshold

The intersection-over-union threshold value used to compute this metrics entry.

Declaration
[JsonProperty("iouThreshold")]
public virtual float? IouThreshold { get; set; }
Property Value
Type Description
float?

MeanAveragePrecision

The mean average precision, most often close to auPrc.

Declaration
[JsonProperty("meanAveragePrecision")]
public virtual float? MeanAveragePrecision { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX