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 \ RecordErrorMethods
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;