Cloud AI Platform v1 API - Class ErrorAnalysisAnnotation (2.27.0)

public sealed class ErrorAnalysisAnnotation : IMessage<ErrorAnalysisAnnotation>, IEquatable<ErrorAnalysisAnnotation>, IDeepCloneable<ErrorAnalysisAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ErrorAnalysisAnnotation.

Model error analysis for each annotation.

Inheritance

object > ErrorAnalysisAnnotation

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ErrorAnalysisAnnotation()

public ErrorAnalysisAnnotation()

ErrorAnalysisAnnotation(ErrorAnalysisAnnotation)

public ErrorAnalysisAnnotation(ErrorAnalysisAnnotation other)
Parameter
NameDescription
otherErrorAnalysisAnnotation

Properties

AttributedItems

public RepeatedField<ErrorAnalysisAnnotation.Types.AttributedItem> AttributedItems { get; }

Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.

Property Value
TypeDescription
RepeatedFieldErrorAnalysisAnnotationTypesAttributedItem

OutlierScore

public double OutlierScore { get; set; }

The outlier score of this annotated item. Usually defined as the min of all distances from attributed items.

Property Value
TypeDescription
double

OutlierThreshold

public double OutlierThreshold { get; set; }

The threshold used to determine if this annotation is an outlier or not.

Property Value
TypeDescription
double

QueryType

public ErrorAnalysisAnnotation.Types.QueryType QueryType { get; set; }

The query type used for finding the attributed items.

Property Value
TypeDescription
ErrorAnalysisAnnotationTypesQueryType