Google Cloud Ai Platform V1 Client - Class QueryType (0.29.0)

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 \ ErrorAnalysisAnnotation

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

QUERY_TYPE_UNSPECIFIED

Value: 0

Unspecified query type for model error analysis.

Generated from protobuf enum QUERY_TYPE_UNSPECIFIED = 0;

ALL_SIMILAR

Value: 1

Query similar samples across all classes in the dataset.

Generated from protobuf enum ALL_SIMILAR = 1;

SAME_CLASS_SIMILAR

Value: 2

Query similar samples from the same class of the input sample.

Generated from protobuf enum SAME_CLASS_SIMILAR = 2;

SAME_CLASS_DISSIMILAR

Value: 3

Query dissimilar samples from the same class of the input sample.

Generated from protobuf enum SAME_CLASS_DISSIMILAR = 3;