Uses of Enum
com.google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType
Packages that use NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType
-
Uses of NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NearestNeighborSearchOperationMetadata.RecordError.RecordErrorTypeModifier and TypeMethodDescriptionNearestNeighborSearchOperationMetadata.RecordError.RecordErrorType.forNumber(int value) NearestNeighborSearchOperationMetadata.RecordError.Builder.getErrorType()The error type of this record.NearestNeighborSearchOperationMetadata.RecordError.getErrorType()The error type of this record.NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder.getErrorType()The error type of this record.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType.valueOf(int value) Deprecated.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType.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.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType.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 NearestNeighborSearchOperationMetadata.RecordError.RecordErrorTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType>NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type NearestNeighborSearchOperationMetadata.RecordError.RecordErrorTypeModifier and TypeMethodDescriptionNearestNeighborSearchOperationMetadata.RecordError.Builder.setErrorType(NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType value) The error type of this record.