Class RecordError (1.16.0)

RecordError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
error_type google.cloud.aiplatform_v1.types.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType
The error type of this record.
error_message str
A human-readable message that is shown to the user to help them fix the error. Note that this message may change from time to time, your code should check against error_type as the source of truth.
source_gcs_uri str
Cloud Storage URI pointing to the original file in user's bucket.
embedding_id str
Empty if the embedding id is failed to parse.
raw_record str
The original content of this record.

Inheritance

builtins.object > proto.message.Message > RecordError

Classes

RecordErrorType

RecordErrorType(value)

API documentation for aiplatform_v1.types.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType class.