Class GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics
Metrics for a single confidence threshold.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics : 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? |