Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics

Metrics for a single confidence threshold.

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics
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 GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics : IDirectResponseSchema

Properties

BoundingBoxIou

Bounding box intersection-over-union precision. Measures how well the bounding boxes overlap between each other (e.g. complete overlap or just barely above iou_threshold).

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

ConfidenceThreshold

The confidence threshold value used to compute the metrics.

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

ETag

The ETag of the item.

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

MismatchRate

Mismatch rate, which measures the tracking consistency, i.e. correctness of instance ID continuity.

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

TrackingPrecision

Tracking precision.

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

TrackingRecall

Tracking recall.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX