- 3.10.0 (latest)
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class EvaluatedAnnotation : IMessage<EvaluatedAnnotation>, IEquatable<EvaluatedAnnotation>, IDeepCloneable<EvaluatedAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1 API class EvaluatedAnnotation.
True positive, false positive, or false negative.
EvaluatedAnnotation is only available under ModelEvaluationSlice with slice
of annotationSpec
dimension.
Implements
IMessageEvaluatedAnnotation, IEquatableEvaluatedAnnotation, IDeepCloneableEvaluatedAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
EvaluatedAnnotation()
public EvaluatedAnnotation()
EvaluatedAnnotation(EvaluatedAnnotation)
public EvaluatedAnnotation(EvaluatedAnnotation other)
Parameter | |
---|---|
Name | Description |
other | EvaluatedAnnotation |
Properties
DataItemPayload
public Value DataItemPayload { get; set; }
Output only. The data item payload that the Model predicted this EvaluatedAnnotation on.
Property Value | |
---|---|
Type | Description |
Value |
ErrorAnalysisAnnotations
public RepeatedField<ErrorAnalysisAnnotation> ErrorAnalysisAnnotations { get; }
Annotations of model error analysis results.
Property Value | |
---|---|
Type | Description |
RepeatedFieldErrorAnalysisAnnotation |
EvaluatedDataItemViewId
public string EvaluatedDataItemViewId { get; set; }
Output only. ID of the EvaluatedDataItemView under the same ancestor ModelEvaluation. The EvaluatedDataItemView consists of all ground truths and predictions on [data_item_payload][google.cloud.aiplatform.v1.EvaluatedAnnotation.data_item_payload].
Property Value | |
---|---|
Type | Description |
string |
Explanations
public RepeatedField<EvaluatedAnnotationExplanation> Explanations { get; }
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions]. Each element of the explanations indicates the explanation for one explanation Method.
The attributions list in the [EvaluatedAnnotationExplanation.explanation][google.cloud.aiplatform.v1.EvaluatedAnnotationExplanation.explanation] object corresponds to the [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions] list. For example, the second element in the attributions list explains the second element in the predictions list.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEvaluatedAnnotationExplanation |
GroundTruths
public RepeatedField<Value> GroundTruths { get; }
Output only. The ground truth Annotations, i.e. the Annotations that exist in the test data the Model is evaluated on.
For true positive, there is one and only one ground truth annotation, which matches the only prediction in [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].
For false positive, there are zero or more ground truth annotations that are similar to the only prediction in [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions], but not enough for a match.
For false negative, there is one and only one ground truth annotation, which doesn't match any predictions created by the model.
The schema of the ground truth is stored in [ModelEvaluation.annotation_schema_uri][google.cloud.aiplatform.v1.ModelEvaluation.annotation_schema_uri]
Property Value | |
---|---|
Type | Description |
RepeatedFieldValue |
Predictions
public RepeatedField<Value> Predictions { get; }
Output only. The model predicted annotations.
For true positive, there is one and only one prediction, which matches the only one ground truth annotation in [ground_truths][google.cloud.aiplatform.v1.EvaluatedAnnotation.ground_truths].
For false positive, there is one and only one prediction, which doesn't match any ground truth annotation of the corresponding [data_item_view_id][EvaluatedAnnotation.data_item_view_id].
For false negative, there are zero or more predictions which are similar to the only ground truth annotation in [ground_truths][google.cloud.aiplatform.v1.EvaluatedAnnotation.ground_truths] but not enough for a match.
The schema of the prediction is stored in [ModelEvaluation.annotation_schema_uri][google.cloud.aiplatform.v1.ModelEvaluation.annotation_schema_uri]
Property Value | |
---|---|
Type | Description |
RepeatedFieldValue |
Type
public EvaluatedAnnotation.Types.EvaluatedAnnotationType Type { get; set; }
Output only. Type of the EvaluatedAnnotation.
Property Value | |
---|---|
Type | Description |
EvaluatedAnnotationTypesEvaluatedAnnotationType |