public interface ErrorAnalysisAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ErrorAnalysisAnnotation.AttributedItem |
getAttributedItems(int index)
Attributed items for a given annotation, typically representing neighbors
from the training sets constrained by the query type.
|
int |
getAttributedItemsCount()
Attributed items for a given annotation, typically representing neighbors
from the training sets constrained by the query type.
|
List<ErrorAnalysisAnnotation.AttributedItem> |
getAttributedItemsList()
Attributed items for a given annotation, typically representing neighbors
from the training sets constrained by the query type.
|
ErrorAnalysisAnnotation.AttributedItemOrBuilder |
getAttributedItemsOrBuilder(int index)
Attributed items for a given annotation, typically representing neighbors
from the training sets constrained by the query type.
|
List<? extends ErrorAnalysisAnnotation.AttributedItemOrBuilder> |
getAttributedItemsOrBuilderList()
Attributed items for a given annotation, typically representing neighbors
from the training sets constrained by the query type.
|
double |
getOutlierScore()
The outlier score of this annotated item.
|
double |
getOutlierThreshold()
The threshold used to determine if this annotation is an outlier or not.
|
ErrorAnalysisAnnotation.QueryType |
getQueryType()
The query type used for finding the attributed items.
|
int |
getQueryTypeValue()
The query type used for finding the attributed items.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ErrorAnalysisAnnotation.AttributedItem> getAttributedItemsList()
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.
repeated .google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.AttributedItem attributed_items = 1;
ErrorAnalysisAnnotation.AttributedItem getAttributedItems(int index)
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.
repeated .google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.AttributedItem attributed_items = 1;
int getAttributedItemsCount()
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.
repeated .google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.AttributedItem attributed_items = 1;
List<? extends ErrorAnalysisAnnotation.AttributedItemOrBuilder> getAttributedItemsOrBuilderList()
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.
repeated .google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.AttributedItem attributed_items = 1;
ErrorAnalysisAnnotation.AttributedItemOrBuilder getAttributedItemsOrBuilder(int index)
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.
repeated .google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.AttributedItem attributed_items = 1;
int getQueryTypeValue()
The query type used for finding the attributed items.
.google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.QueryType query_type = 2;ErrorAnalysisAnnotation.QueryType getQueryType()
The query type used for finding the attributed items.
.google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.QueryType query_type = 2;double getOutlierScore()
The outlier score of this annotated item. Usually defined as the min of all distances from attributed items.
double outlier_score = 3;double getOutlierThreshold()
The threshold used to determine if this annotation is an outlier or not.
double outlier_threshold = 4;Copyright © 2023 Google LLC. All rights reserved.