- 1.48.0 (latest)
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.1
- 1.31.0
- 1.30.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.39.0
- 0.38.0
- 0.37.1
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.2
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.1
- 0.10.0
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: 0Default, shall not be used.
Generated from protobuf enum ERROR_TYPE_UNSPECIFIED = 0;
EMPTY_LINE
Value: 1The record is empty.
Generated from protobuf enum EMPTY_LINE = 1;
INVALID_JSON_SYNTAX
Value: 2Invalid json format.
Generated from protobuf enum INVALID_JSON_SYNTAX = 2;
INVALID_CSV_SYNTAX
Value: 3Invalid csv format.
Generated from protobuf enum INVALID_CSV_SYNTAX = 3;
INVALID_AVRO_SYNTAX
Value: 4Invalid avro format.
Generated from protobuf enum INVALID_AVRO_SYNTAX = 4;
INVALID_EMBEDDING_ID
Value: 5The embedding id is not valid.
Generated from protobuf enum INVALID_EMBEDDING_ID = 5;
EMBEDDING_SIZE_MISMATCH
Value: 6The size of the dense embedding vectors does not match with the specified dimension.
Generated from protobuf enum EMBEDDING_SIZE_MISMATCH = 6;
NAMESPACE_MISSING
Value: 7The namespace field is missing.
Generated from protobuf enum NAMESPACE_MISSING = 7;
PARSING_ERROR
Value: 8Generic 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: 9There are multiple restricts with the same namespace value.
Generated from protobuf enum DUPLICATE_NAMESPACE = 9;
OP_IN_DATAPOINT
Value: 10Numeric restrict has operator specified in datapoint.
Generated from protobuf enum OP_IN_DATAPOINT = 10;
MULTIPLE_VALUES
Value: 11Numeric restrict has multiple values specified.
Generated from protobuf enum MULTIPLE_VALUES = 11;
INVALID_NUMERIC_VALUE
Value: 12Numeric restrict has invalid numeric value specified.
Generated from protobuf enum INVALID_NUMERIC_VALUE = 12;
INVALID_ENCODING
Value: 13File is not in UTF_8 format.
Generated from protobuf enum INVALID_ENCODING = 13;
INVALID_SPARSE_DIMENSIONS
Value: 14Error parsing sparse dimensions field.
Generated from protobuf enum INVALID_SPARSE_DIMENSIONS = 14;
INVALID_TOKEN_VALUE
Value: 15Token restrict value is invalid.
Generated from protobuf enum INVALID_TOKEN_VALUE = 15;
INVALID_SPARSE_EMBEDDING
Value: 16Invalid sparse embedding.
Generated from protobuf enum INVALID_SPARSE_EMBEDDING = 16;
INVALID_EMBEDDING
Value: 17Invalid dense embedding.
Generated from protobuf enum INVALID_EMBEDDING = 17;