Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::ErrorAnalysisAnnotation::QueryType (v0.22.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::ErrorAnalysisAnnotation::QueryType.

The query type used for finding the attributed items.

Constants

QUERY_TYPE_UNSPECIFIED

value: 0
Unspecified query type for model error analysis.

ALL_SIMILAR

value: 1
Query similar samples across all classes in the dataset.

SAME_CLASS_SIMILAR

value: 2
Query similar samples from the same class of the input sample.

SAME_CLASS_DISSIMILAR

value: 3
Query dissimilar samples from the same class of the input sample.