Properties of an EvaluatedAnnotation.
Package
@google-cloud/aiplatformProperties
dataItemPayload
dataItemPayload?: (google.protobuf.IValue|null);
EvaluatedAnnotation dataItemPayload
errorAnalysisAnnotations
errorAnalysisAnnotations?: (google.cloud.aiplatform.v1.IErrorAnalysisAnnotation[]|null);
EvaluatedAnnotation errorAnalysisAnnotations
evaluatedDataItemViewId
evaluatedDataItemViewId?: (string|null);
EvaluatedAnnotation evaluatedDataItemViewId
explanations
explanations?: (google.cloud.aiplatform.v1.IEvaluatedAnnotationExplanation[]|null);
EvaluatedAnnotation explanations
groundTruths
groundTruths?: (google.protobuf.IValue[]|null);
EvaluatedAnnotation groundTruths
predictions
predictions?: (google.protobuf.IValue[]|null);
EvaluatedAnnotation predictions
type
type?: (google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType|keyof typeof google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType|null);
EvaluatedAnnotation type