Enum NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType (3.42.0)

public enum NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType extends Enum<NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType> implements ProtocolMessageEnum

Protobuf enum google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DUPLICATE_NAMESPACE

There are multiple restricts with the same namespace value.

DUPLICATE_NAMESPACE = 9;

DUPLICATE_NAMESPACE_VALUE

There are multiple restricts with the same namespace value.

DUPLICATE_NAMESPACE = 9;

EMBEDDING_SIZE_MISMATCH

The size of the embedding vectors does not match with the specified dimension.

EMBEDDING_SIZE_MISMATCH = 6;

EMBEDDING_SIZE_MISMATCH_VALUE

The size of the embedding vectors does not match with the specified dimension.

EMBEDDING_SIZE_MISMATCH = 6;

EMPTY_LINE

The record is empty.

EMPTY_LINE = 1;

EMPTY_LINE_VALUE

The record is empty.

EMPTY_LINE = 1;

ERROR_TYPE_UNSPECIFIED

Default, shall not be used.

ERROR_TYPE_UNSPECIFIED = 0;

ERROR_TYPE_UNSPECIFIED_VALUE

Default, shall not be used.

ERROR_TYPE_UNSPECIFIED = 0;

INVALID_AVRO_SYNTAX

Invalid avro format.

INVALID_AVRO_SYNTAX = 4;

INVALID_AVRO_SYNTAX_VALUE

Invalid avro format.

INVALID_AVRO_SYNTAX = 4;

INVALID_CSV_SYNTAX

Invalid csv format.

INVALID_CSV_SYNTAX = 3;

INVALID_CSV_SYNTAX_VALUE

Invalid csv format.

INVALID_CSV_SYNTAX = 3;

INVALID_EMBEDDING_ID

The embedding id is not valid.

INVALID_EMBEDDING_ID = 5;

INVALID_EMBEDDING_ID_VALUE

The embedding id is not valid.

INVALID_EMBEDDING_ID = 5;

INVALID_ENCODING

File is not in UTF_8 format.

INVALID_ENCODING = 13;

INVALID_ENCODING_VALUE

File is not in UTF_8 format.

INVALID_ENCODING = 13;

INVALID_JSON_SYNTAX

Invalid json format.

INVALID_JSON_SYNTAX = 2;

INVALID_JSON_SYNTAX_VALUE

Invalid json format.

INVALID_JSON_SYNTAX = 2;

INVALID_NUMERIC_VALUE

Numeric restrict has invalid numeric value specified.

INVALID_NUMERIC_VALUE = 12;

INVALID_NUMERIC_VALUE_VALUE

Numeric restrict has invalid numeric value specified.

INVALID_NUMERIC_VALUE = 12;

MULTIPLE_VALUES

Numeric restrict has multiple values specified.

MULTIPLE_VALUES = 11;

MULTIPLE_VALUES_VALUE

Numeric restrict has multiple values specified.

MULTIPLE_VALUES = 11;

NAMESPACE_MISSING

The namespace field is missing.

NAMESPACE_MISSING = 7;

NAMESPACE_MISSING_VALUE

The namespace field is missing.

NAMESPACE_MISSING = 7;

OP_IN_DATAPOINT

Numeric restrict has operator specified in datapoint.

OP_IN_DATAPOINT = 10;

OP_IN_DATAPOINT_VALUE

Numeric restrict has operator specified in datapoint.

OP_IN_DATAPOINT = 10;

PARSING_ERROR

Generic catch-all error. Only used for validation failure where the root cause cannot be easily retrieved programmatically.

PARSING_ERROR = 8;

PARSING_ERROR_VALUE

Generic catch-all error. Only used for validation failure where the root cause cannot be easily retrieved programmatically.

PARSING_ERROR = 8;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()