Class GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetrics
UNIMPLEMENTED. Track matching model metrics for a single track match threshold and multiple label match confidence thresholds.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetrics : IDirectResponseSchema
Properties
ConfidenceMetrics
Metrics for each label-match confidenceThreshold
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<GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics> ConfidenceMetrics { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics> |
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 between bounding boxes across frames used to compute this metric entry.
Declaration
[JsonProperty("iouThreshold")]
public virtual float? IouThreshold { get; set; }
Property Value
Type | Description |
---|---|
float? |
MeanBoundingBoxIou
The mean bounding box iou over all confidence thresholds.
Declaration
[JsonProperty("meanBoundingBoxIou")]
public virtual float? MeanBoundingBoxIou { get; set; }
Property Value
Type | Description |
---|---|
float? |
MeanMismatchRate
The mean mismatch rate over all confidence thresholds.
Declaration
[JsonProperty("meanMismatchRate")]
public virtual float? MeanMismatchRate { get; set; }
Property Value
Type | Description |
---|---|
float? |
MeanTrackingAveragePrecision
The mean average precision over all confidence thresholds.
Declaration
[JsonProperty("meanTrackingAveragePrecision")]
public virtual float? MeanTrackingAveragePrecision { get; set; }
Property Value
Type | Description |
---|---|
float? |