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

public sealed class NearestNeighborSearchOperationMetadata.Types.RecordError : IMessage<NearestNeighborSearchOperationMetadata.Types.RecordError>, IEquatable<NearestNeighborSearchOperationMetadata.Types.RecordError>, IDeepCloneable<NearestNeighborSearchOperationMetadata.Types.RecordError>, IBufferMessage, IMessage

Inheritance

object > NearestNeighborSearchOperationMetadata.Types.RecordError

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

RecordError()

public RecordError()

RecordError(RecordError)

public RecordError(NearestNeighborSearchOperationMetadata.Types.RecordError other)
Parameter
NameDescription
otherNearestNeighborSearchOperationMetadataTypesRecordError

Properties

EmbeddingId

public string EmbeddingId { get; set; }

Empty if the embedding id is failed to parse.

Property Value
TypeDescription
string

ErrorMessage

public string ErrorMessage { get; set; }

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.

Property Value
TypeDescription
string

ErrorType

public NearestNeighborSearchOperationMetadata.Types.RecordError.Types.RecordErrorType ErrorType { get; set; }

The error type of this record.

Property Value
TypeDescription
NearestNeighborSearchOperationMetadataTypesRecordErrorTypesRecordErrorType

RawRecord

public string RawRecord { get; set; }

The original content of this record.

Property Value
TypeDescription
string

SourceGcsUri

public string SourceGcsUri { get; set; }

Cloud Storage URI pointing to the original file in user's bucket.

Property Value
TypeDescription
string