public sealed class ErrorAnalysisAnnotation.Types.AttributedItem : IMessage<ErrorAnalysisAnnotation.Types.AttributedItem>, IEquatable<ErrorAnalysisAnnotation.Types.AttributedItem>, IDeepCloneable<ErrorAnalysisAnnotation.Types.AttributedItem>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ErrorAnalysisAnnotation.Types.AttributedItem.
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.
Implements
IMessageErrorAnalysisAnnotationTypesAttributedItem, IEquatableErrorAnalysisAnnotationTypesAttributedItem, IDeepCloneableErrorAnalysisAnnotationTypesAttributedItem, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AttributedItem()
public AttributedItem()AttributedItem(AttributedItem)
public AttributedItem(ErrorAnalysisAnnotation.Types.AttributedItem other)| Parameter | |
|---|---|
| Name | Description |
other |
ErrorAnalysisAnnotationTypesAttributedItem |
Properties
AnnotationResourceName
public string AnnotationResourceName { get; set; }The unique ID for each annotation. Used by FE to allocate the annotation in DB.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Distance
public double Distance { get; set; }The distance of this item to the annotation.
| Property Value | |
|---|---|
| Type | Description |
double |
|