Cloud AI Platform v1 API - Enum NearestNeighborSearchOperationMetadata.Types.RecordError.Types.RecordErrorType (2.27.0)

public enum NearestNeighborSearchOperationMetadata.Types.RecordError.Types.RecordErrorType

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
DuplicateNamespace

There are multiple restricts with the same namespace value.

EmbeddingSizeMismatch

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

EmptyLine

The record is empty.

ErrorTypeUnspecified

Default, shall not be used.

InvalidAvroSyntax

Invalid avro format.

InvalidCsvSyntax

Invalid csv format.

InvalidEmbeddingId

The embedding id is not valid.

InvalidEncoding

File is not in UTF_8 format.

InvalidJsonSyntax

Invalid json format.

InvalidNumericValue

Numeric restrict has invalid numeric value specified.

MultipleValues

Numeric restrict has multiple values specified.

NamespaceMissing

The namespace field is missing.

OpInDatapoint

Numeric restrict has operator specified in datapoint.

ParsingError

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