Interface protos.google.cloud.aiplatform.v1beta1.IEvaluatedAnnotation (3.13.0)

Properties of an EvaluatedAnnotation.

Package

@google-cloud/aiplatform

Properties

dataItemPayload

dataItemPayload?: (google.protobuf.IValue|null);

EvaluatedAnnotation dataItemPayload

errorAnalysisAnnotations

errorAnalysisAnnotations?: (google.cloud.aiplatform.v1beta1.IErrorAnalysisAnnotation[]|null);

EvaluatedAnnotation errorAnalysisAnnotations

evaluatedDataItemViewId

evaluatedDataItemViewId?: (string|null);

EvaluatedAnnotation evaluatedDataItemViewId

explanations

explanations?: (google.cloud.aiplatform.v1beta1.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.v1beta1.EvaluatedAnnotation.EvaluatedAnnotationType|keyof typeof google.cloud.aiplatform.v1beta1.EvaluatedAnnotation.EvaluatedAnnotationType|null);

EvaluatedAnnotation type