public static enum NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType extends Enum<NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType> implements com.google.protobuf.ProtocolMessageEnum
google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType| Enum Constant and Description |
|---|
DUPLICATE_NAMESPACE
There are multiple restricts with the same `namespace` value.
|
EMBEDDING_SIZE_MISMATCH
The size of the dense embedding vectors does not match with the
specified dimension.
|
EMPTY_LINE
The record is empty.
|
ERROR_TYPE_UNSPECIFIED
Default, shall not be used.
|
INVALID_AVRO_SYNTAX
Invalid avro format.
|
INVALID_CSV_SYNTAX
Invalid csv format.
|
INVALID_EMBEDDING
Invalid dense embedding.
|
INVALID_EMBEDDING_ID
The embedding id is not valid.
|
INVALID_ENCODING
File is not in UTF_8 format.
|
INVALID_JSON_SYNTAX
Invalid json format.
|
INVALID_NUMERIC_VALUE
Numeric restrict has invalid numeric value specified.
|
INVALID_SPARSE_DIMENSIONS
Error parsing sparse dimensions field.
|
INVALID_SPARSE_EMBEDDING
Invalid sparse embedding.
|
INVALID_TOKEN_VALUE
Token restrict value is invalid.
|
MULTIPLE_VALUES
Numeric restrict has multiple values specified.
|
NAMESPACE_MISSING
The `namespace` field is missing.
|
OP_IN_DATAPOINT
Numeric restrict has operator specified in datapoint.
|
PARSING_ERROR
Generic catch-all error.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DUPLICATE_NAMESPACE_VALUE
There are multiple restricts with the same `namespace` value.
|
static int |
EMBEDDING_SIZE_MISMATCH_VALUE
The size of the dense embedding vectors does not match with the
specified dimension.
|
static int |
EMPTY_LINE_VALUE
The record is empty.
|
static int |
ERROR_TYPE_UNSPECIFIED_VALUE
Default, shall not be used.
|
static int |
INVALID_AVRO_SYNTAX_VALUE
Invalid avro format.
|
static int |
INVALID_CSV_SYNTAX_VALUE
Invalid csv format.
|
static int |
INVALID_EMBEDDING_ID_VALUE
The embedding id is not valid.
|
static int |
INVALID_EMBEDDING_VALUE
Invalid dense embedding.
|
static int |
INVALID_ENCODING_VALUE
File is not in UTF_8 format.
|
static int |
INVALID_JSON_SYNTAX_VALUE
Invalid json format.
|
static int |
INVALID_NUMERIC_VALUE_VALUE
Numeric restrict has invalid numeric value specified.
|
static int |
INVALID_SPARSE_DIMENSIONS_VALUE
Error parsing sparse dimensions field.
|
static int |
INVALID_SPARSE_EMBEDDING_VALUE
Invalid sparse embedding.
|
static int |
INVALID_TOKEN_VALUE_VALUE
Token restrict value is invalid.
|
static int |
MULTIPLE_VALUES_VALUE
Numeric restrict has multiple values specified.
|
static int |
NAMESPACE_MISSING_VALUE
The `namespace` field is missing.
|
static int |
OP_IN_DATAPOINT_VALUE
Numeric restrict has operator specified in datapoint.
|
static int |
PARSING_ERROR_VALUE
Generic catch-all error.
|
| Modifier and Type | Method and Description |
|---|---|
static NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType |
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<NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType> |
internalGetValueMap() |
static NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType ERROR_TYPE_UNSPECIFIED
Default, shall not be used.
ERROR_TYPE_UNSPECIFIED = 0;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType EMPTY_LINE
The record is empty.
EMPTY_LINE = 1;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType INVALID_JSON_SYNTAX
Invalid json format.
INVALID_JSON_SYNTAX = 2;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType INVALID_CSV_SYNTAX
Invalid csv format.
INVALID_CSV_SYNTAX = 3;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType INVALID_AVRO_SYNTAX
Invalid avro format.
INVALID_AVRO_SYNTAX = 4;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType INVALID_EMBEDDING_ID
The embedding id is not valid.
INVALID_EMBEDDING_ID = 5;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType EMBEDDING_SIZE_MISMATCH
The size of the dense embedding vectors does not match with the specified dimension.
EMBEDDING_SIZE_MISMATCH = 6;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType NAMESPACE_MISSING
The `namespace` field is missing.
NAMESPACE_MISSING = 7;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType PARSING_ERROR
Generic catch-all error. Only used for validation failure where the root cause cannot be easily retrieved programmatically.
PARSING_ERROR = 8;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType DUPLICATE_NAMESPACE
There are multiple restricts with the same `namespace` value.
DUPLICATE_NAMESPACE = 9;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType OP_IN_DATAPOINT
Numeric restrict has operator specified in datapoint.
OP_IN_DATAPOINT = 10;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType MULTIPLE_VALUES
Numeric restrict has multiple values specified.
MULTIPLE_VALUES = 11;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType INVALID_NUMERIC_VALUE
Numeric restrict has invalid numeric value specified.
INVALID_NUMERIC_VALUE = 12;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType INVALID_ENCODING
File is not in UTF_8 format.
INVALID_ENCODING = 13;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType INVALID_SPARSE_DIMENSIONS
Error parsing sparse dimensions field.
INVALID_SPARSE_DIMENSIONS = 14;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType INVALID_TOKEN_VALUE
Token restrict value is invalid.
INVALID_TOKEN_VALUE = 15;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType INVALID_SPARSE_EMBEDDING
Invalid sparse embedding.
INVALID_SPARSE_EMBEDDING = 16;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType INVALID_EMBEDDING
Invalid dense embedding.
INVALID_EMBEDDING = 17;public static final NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType UNRECOGNIZED
public static final int ERROR_TYPE_UNSPECIFIED_VALUE
Default, shall not be used.
ERROR_TYPE_UNSPECIFIED = 0;public static final int EMPTY_LINE_VALUE
The record is empty.
EMPTY_LINE = 1;public static final int INVALID_JSON_SYNTAX_VALUE
Invalid json format.
INVALID_JSON_SYNTAX = 2;public static final int INVALID_CSV_SYNTAX_VALUE
Invalid csv format.
INVALID_CSV_SYNTAX = 3;public static final int INVALID_AVRO_SYNTAX_VALUE
Invalid avro format.
INVALID_AVRO_SYNTAX = 4;public static final int INVALID_EMBEDDING_ID_VALUE
The embedding id is not valid.
INVALID_EMBEDDING_ID = 5;public static final int EMBEDDING_SIZE_MISMATCH_VALUE
The size of the dense embedding vectors does not match with the specified dimension.
EMBEDDING_SIZE_MISMATCH = 6;public static final int NAMESPACE_MISSING_VALUE
The `namespace` field is missing.
NAMESPACE_MISSING = 7;public static final int PARSING_ERROR_VALUE
Generic catch-all error. Only used for validation failure where the root cause cannot be easily retrieved programmatically.
PARSING_ERROR = 8;public static final int DUPLICATE_NAMESPACE_VALUE
There are multiple restricts with the same `namespace` value.
DUPLICATE_NAMESPACE = 9;public static final int OP_IN_DATAPOINT_VALUE
Numeric restrict has operator specified in datapoint.
OP_IN_DATAPOINT = 10;public static final int MULTIPLE_VALUES_VALUE
Numeric restrict has multiple values specified.
MULTIPLE_VALUES = 11;public static final int INVALID_NUMERIC_VALUE_VALUE
Numeric restrict has invalid numeric value specified.
INVALID_NUMERIC_VALUE = 12;public static final int INVALID_ENCODING_VALUE
File is not in UTF_8 format.
INVALID_ENCODING = 13;public static final int INVALID_SPARSE_DIMENSIONS_VALUE
Error parsing sparse dimensions field.
INVALID_SPARSE_DIMENSIONS = 14;public static final int INVALID_TOKEN_VALUE_VALUE
Token restrict value is invalid.
INVALID_TOKEN_VALUE = 15;public static final int INVALID_SPARSE_EMBEDDING_VALUE
Invalid sparse embedding.
INVALID_SPARSE_EMBEDDING = 16;public static final int INVALID_EMBEDDING_VALUE
Invalid dense embedding.
INVALID_EMBEDDING = 17;public static NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType[] values()
for (NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType c : NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType.values()) System.out.println(c);
public static NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType 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 NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType> 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 NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.