public static enum ErrorAnalysisAnnotation.QueryType extends Enum<ErrorAnalysisAnnotation.QueryType> implements com.google.protobuf.ProtocolMessageEnum
The query type used for finding the attributed items.Protobuf enum
google.cloud.aiplatform.v1beta1.ErrorAnalysisAnnotation.QueryType| Enum Constant and Description |
|---|
ALL_SIMILAR
Query similar samples across all classes in the dataset.
|
QUERY_TYPE_UNSPECIFIED
Unspecified query type for model error analysis.
|
SAME_CLASS_DISSIMILAR
Query dissimilar samples from the same class of the input sample.
|
SAME_CLASS_SIMILAR
Query similar samples from the same class of the input sample.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_SIMILAR_VALUE
Query similar samples across all classes in the dataset.
|
static int |
QUERY_TYPE_UNSPECIFIED_VALUE
Unspecified query type for model error analysis.
|
static int |
SAME_CLASS_DISSIMILAR_VALUE
Query dissimilar samples from the same class of the input sample.
|
static int |
SAME_CLASS_SIMILAR_VALUE
Query similar samples from the same class of the input sample.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorAnalysisAnnotation.QueryType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ErrorAnalysisAnnotation.QueryType> |
internalGetValueMap() |
static ErrorAnalysisAnnotation.QueryType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ErrorAnalysisAnnotation.QueryType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ErrorAnalysisAnnotation.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorAnalysisAnnotation.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorAnalysisAnnotation.QueryType QUERY_TYPE_UNSPECIFIED
Unspecified query type for model error analysis.
QUERY_TYPE_UNSPECIFIED = 0;public static final ErrorAnalysisAnnotation.QueryType ALL_SIMILAR
Query similar samples across all classes in the dataset.
ALL_SIMILAR = 1;public static final ErrorAnalysisAnnotation.QueryType SAME_CLASS_SIMILAR
Query similar samples from the same class of the input sample.
SAME_CLASS_SIMILAR = 2;public static final ErrorAnalysisAnnotation.QueryType SAME_CLASS_DISSIMILAR
Query dissimilar samples from the same class of the input sample.
SAME_CLASS_DISSIMILAR = 3;public static final ErrorAnalysisAnnotation.QueryType UNRECOGNIZED
public static final int QUERY_TYPE_UNSPECIFIED_VALUE
Unspecified query type for model error analysis.
QUERY_TYPE_UNSPECIFIED = 0;public static final int ALL_SIMILAR_VALUE
Query similar samples across all classes in the dataset.
ALL_SIMILAR = 1;public static final int SAME_CLASS_SIMILAR_VALUE
Query similar samples from the same class of the input sample.
SAME_CLASS_SIMILAR = 2;public static final int SAME_CLASS_DISSIMILAR_VALUE
Query dissimilar samples from the same class of the input sample.
SAME_CLASS_DISSIMILAR = 3;public static ErrorAnalysisAnnotation.QueryType[] values()
for (ErrorAnalysisAnnotation.QueryType c : ErrorAnalysisAnnotation.QueryType.values()) System.out.println(c);
public static ErrorAnalysisAnnotation.QueryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ErrorAnalysisAnnotation.QueryType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ErrorAnalysisAnnotation.QueryType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ErrorAnalysisAnnotation.QueryType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ErrorAnalysisAnnotation.QueryType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.