public enum NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType extends Enum<NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType> implements ProtocolMessageEnumProtobuf enum
google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DUPLICATE_NAMESPACE |
There are multiple restricts with the same |
DUPLICATE_NAMESPACE_VALUE |
There are multiple restricts with the same |
EMBEDDING_SIZE_MISMATCH |
The size of the dense embedding vectors does not match with the specified dimension. |
EMBEDDING_SIZE_MISMATCH_VALUE |
The size of the dense embedding vectors does not match with the specified dimension. |
EMPTY_LINE |
The record is empty. |
EMPTY_LINE_VALUE |
The record is empty. |
ERROR_TYPE_UNSPECIFIED |
Default, shall not be used. |
ERROR_TYPE_UNSPECIFIED_VALUE |
Default, shall not be used. |
INVALID_AVRO_SYNTAX |
Invalid avro format. |
INVALID_AVRO_SYNTAX_VALUE |
Invalid avro format. |
INVALID_CSV_SYNTAX |
Invalid csv format. |
INVALID_CSV_SYNTAX_VALUE |
Invalid csv format. |
INVALID_EMBEDDING |
Invalid dense embedding. |
INVALID_EMBEDDING_ID |
The embedding id is not valid. |
INVALID_EMBEDDING_ID_VALUE |
The embedding id is not valid. |
INVALID_EMBEDDING_VALUE |
Invalid dense embedding. |
INVALID_ENCODING |
File is not in UTF_8 format. |
INVALID_ENCODING_VALUE |
File is not in UTF_8 format. |
INVALID_JSON_SYNTAX |
Invalid json format. |
INVALID_JSON_SYNTAX_VALUE |
Invalid json format. |
INVALID_NUMERIC_VALUE |
Numeric restrict has invalid numeric value specified. |
INVALID_NUMERIC_VALUE_VALUE |
Numeric restrict has invalid numeric value specified. |
INVALID_SPARSE_DIMENSIONS |
Error parsing sparse dimensions field. |
INVALID_SPARSE_DIMENSIONS_VALUE |
Error parsing sparse dimensions field. |
INVALID_SPARSE_EMBEDDING |
Invalid sparse embedding. |
INVALID_SPARSE_EMBEDDING_VALUE |
Invalid sparse embedding. |
INVALID_TOKEN_VALUE |
Token restrict value is invalid. |
INVALID_TOKEN_VALUE_VALUE |
Token restrict value is invalid. |
MULTIPLE_VALUES |
Numeric restrict has multiple values specified. |
MULTIPLE_VALUES_VALUE |
Numeric restrict has multiple values specified. |
NAMESPACE_MISSING |
The |
NAMESPACE_MISSING_VALUE |
The |
OP_IN_DATAPOINT |
Numeric restrict has operator specified in datapoint. |
OP_IN_DATAPOINT_VALUE |
Numeric restrict has operator specified in datapoint. |
PARSING_ERROR |
Generic catch-all error. Only used for validation failure where the root cause cannot be easily retrieved programmatically. |
PARSING_ERROR_VALUE |
Generic catch-all error. Only used for validation failure where the root cause cannot be easily retrieved programmatically. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|