Uses of Enum
com.google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.QueryType
Packages that use ErrorAnalysisAnnotation.QueryType
-
Uses of ErrorAnalysisAnnotation.QueryType in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ErrorAnalysisAnnotation.QueryTypeModifier and TypeMethodDescriptionErrorAnalysisAnnotation.QueryType.forNumber(int value) ErrorAnalysisAnnotation.Builder.getQueryType()The query type used for finding the attributed items.ErrorAnalysisAnnotation.getQueryType()The query type used for finding the attributed items.ErrorAnalysisAnnotationOrBuilder.getQueryType()The query type used for finding the attributed items.ErrorAnalysisAnnotation.QueryType.valueOf(int value) Deprecated.ErrorAnalysisAnnotation.QueryType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static ErrorAnalysisAnnotation.QueryType[]ErrorAnalysisAnnotation.QueryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ErrorAnalysisAnnotation.QueryTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ErrorAnalysisAnnotation.QueryType>ErrorAnalysisAnnotation.QueryType.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type ErrorAnalysisAnnotation.QueryTypeModifier and TypeMethodDescriptionErrorAnalysisAnnotation.Builder.setQueryType(ErrorAnalysisAnnotation.QueryType value) The query type used for finding the attributed items.