Class GoogleCloudAiplatformV1ErrorAnalysisAnnotationAttributedItem
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ErrorAnalysisAnnotationAttributedItem : IDirectResponseSchema
Properties
AnnotationResourceName
The unique ID for each annotation. Used by FE to allocate the annotation in DB.
Declaration
[JsonProperty("annotationResourceName")]
public virtual string AnnotationResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Distance
The distance of this item to the annotation.
Declaration
[JsonProperty("distance")]
public virtual double? Distance { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |