Google Cloud Ai Platform V1 Client - Class RecordErrorType (0.37.1)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class RecordErrorType.

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

Namespace

Google \ Cloud \ AIPlatform \ V1 \ NearestNeighborSearchOperationMetadata \ RecordError

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ERROR_TYPE_UNSPECIFIED

Value: 0

Default, shall not be used.

Generated from protobuf enum ERROR_TYPE_UNSPECIFIED = 0;

EMPTY_LINE

Value: 1

The record is empty.

Generated from protobuf enum EMPTY_LINE = 1;

INVALID_JSON_SYNTAX

Value: 2

Invalid json format.

Generated from protobuf enum INVALID_JSON_SYNTAX = 2;

INVALID_CSV_SYNTAX

Value: 3

Invalid csv format.

Generated from protobuf enum INVALID_CSV_SYNTAX = 3;

INVALID_AVRO_SYNTAX

Value: 4

Invalid avro format.

Generated from protobuf enum INVALID_AVRO_SYNTAX = 4;

INVALID_EMBEDDING_ID

Value: 5

The embedding id is not valid.

Generated from protobuf enum INVALID_EMBEDDING_ID = 5;

EMBEDDING_SIZE_MISMATCH

Value: 6

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

Generated from protobuf enum EMBEDDING_SIZE_MISMATCH = 6;

NAMESPACE_MISSING

Value: 7

The namespace field is missing.

Generated from protobuf enum NAMESPACE_MISSING = 7;

PARSING_ERROR

Value: 8

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

Generated from protobuf enum PARSING_ERROR = 8;

DUPLICATE_NAMESPACE

Value: 9

There are multiple restricts with the same namespace value.

Generated from protobuf enum DUPLICATE_NAMESPACE = 9;

OP_IN_DATAPOINT

Value: 10

Numeric restrict has operator specified in datapoint.

Generated from protobuf enum OP_IN_DATAPOINT = 10;

MULTIPLE_VALUES

Value: 11

Numeric restrict has multiple values specified.

Generated from protobuf enum MULTIPLE_VALUES = 11;

INVALID_NUMERIC_VALUE

Value: 12

Numeric restrict has invalid numeric value specified.

Generated from protobuf enum INVALID_NUMERIC_VALUE = 12;

INVALID_ENCODING

Value: 13

File is not in UTF_8 format.

Generated from protobuf enum INVALID_ENCODING = 13;