public interface ErrorAnalysisAnnotationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAttributedItems(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ErrorAnalysisAnnotation.AttributedItem |
getAttributedItemsCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
getAttributedItemsList()
public abstract List<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;
Returns | |
---|---|
Type | Description |
List<AttributedItem> |
getAttributedItemsOrBuilder(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ErrorAnalysisAnnotation.AttributedItemOrBuilder |
getAttributedItemsOrBuilderList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.AttributedItemOrBuilder> |
getOutlierScore()
public abstract double getOutlierScore()
The outlier score of this annotated item. Usually defined as the min of all distances from attributed items.
double outlier_score = 3;
Returns | |
---|---|
Type | Description |
double |
The outlierScore. |
getOutlierThreshold()
public abstract double getOutlierThreshold()
The threshold used to determine if this annotation is an outlier or not.
double outlier_threshold = 4;
Returns | |
---|---|
Type | Description |
double |
The outlierThreshold. |
getQueryType()
public abstract ErrorAnalysisAnnotation.QueryType getQueryType()
The query type used for finding the attributed items.
.google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.QueryType query_type = 2;
Returns | |
---|---|
Type | Description |
ErrorAnalysisAnnotation.QueryType |
The queryType. |
getQueryTypeValue()
public abstract int getQueryTypeValue()
The query type used for finding the attributed items.
.google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.QueryType query_type = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for queryType. |