Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class QueryType.
The query type used for finding the attributed items.
Protobuf type google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.QueryType
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ErrorAnalysisAnnotationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
QUERY_TYPE_UNSPECIFIED
Value: 0Unspecified query type for model error analysis.
Generated from protobuf enum QUERY_TYPE_UNSPECIFIED = 0;
ALL_SIMILAR
Value: 1Query similar samples across all classes in the dataset.
Generated from protobuf enum ALL_SIMILAR = 1;
SAME_CLASS_SIMILAR
Value: 2Query similar samples from the same class of the input sample.
Generated from protobuf enum SAME_CLASS_SIMILAR = 2;
SAME_CLASS_DISSIMILAR
Value: 3Query dissimilar samples from the same class of the input sample.
Generated from protobuf enum SAME_CLASS_DISSIMILAR = 3;