Interface ErrorAnalysisAnnotationOrBuilder (3.42.0)

public interface ErrorAnalysisAnnotationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v1beta1.ErrorAnalysisAnnotation.AttributedItem attributed_items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1beta1.ErrorAnalysisAnnotation.AttributedItem attributed_items = 1;

Returns
TypeDescription
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.v1beta1.ErrorAnalysisAnnotation.AttributedItem attributed_items = 1;

Returns
TypeDescription
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.v1beta1.ErrorAnalysisAnnotation.AttributedItem attributed_items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1beta1.ErrorAnalysisAnnotation.AttributedItem attributed_items = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.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
TypeDescription
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
TypeDescription
double

The outlierThreshold.

getQueryType()

public abstract ErrorAnalysisAnnotation.QueryType getQueryType()

The query type used for finding the attributed items.

.google.cloud.aiplatform.v1beta1.ErrorAnalysisAnnotation.QueryType query_type = 2;

Returns
TypeDescription
ErrorAnalysisAnnotation.QueryType

The queryType.

getQueryTypeValue()

public abstract int getQueryTypeValue()

The query type used for finding the attributed items.

.google.cloud.aiplatform.v1beta1.ErrorAnalysisAnnotation.QueryType query_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for queryType.