Cloud AI Platform v1 API - Class ErrorAnalysisAnnotation.Types.AttributedItem (2.15.0)

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

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

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

Inheritance

object > ErrorAnalysisAnnotation.Types.AttributedItem

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AttributedItem()

public AttributedItem()

AttributedItem(AttributedItem)

public AttributedItem(ErrorAnalysisAnnotation.Types.AttributedItem other)
Parameter
NameDescription
otherErrorAnalysisAnnotationTypesAttributedItem

Properties

AnnotationResourceName

public string AnnotationResourceName { get; set; }

The unique ID for each annotation. Used by FE to allocate the annotation in DB.

Property Value
TypeDescription
string

Distance

public double Distance { get; set; }

The distance of this item to the annotation.

Property Value
TypeDescription
double