Interface NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder (3.37.0)

public static interface NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmbeddingId()

public abstract String getEmbeddingId()

Empty if the embedding id is failed to parse.

string embedding_id = 4;

Returns
TypeDescription
String

The embeddingId.

getEmbeddingIdBytes()

public abstract ByteString getEmbeddingIdBytes()

Empty if the embedding id is failed to parse.

string embedding_id = 4;

Returns
TypeDescription
ByteString

The bytes for embeddingId.

getErrorMessage()

public abstract String getErrorMessage()

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.

string error_message = 2;

Returns
TypeDescription
String

The errorMessage.

getErrorMessageBytes()

public abstract ByteString getErrorMessageBytes()

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.

string error_message = 2;

Returns
TypeDescription
ByteString

The bytes for errorMessage.

getErrorType()

public abstract NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType getErrorType()

The error type of this record.

.google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType error_type = 1;

Returns
TypeDescription
NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType

The errorType.

getErrorTypeValue()

public abstract int getErrorTypeValue()

The error type of this record.

.google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType error_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for errorType.

getRawRecord()

public abstract String getRawRecord()

The original content of this record.

string raw_record = 5;

Returns
TypeDescription
String

The rawRecord.

getRawRecordBytes()

public abstract ByteString getRawRecordBytes()

The original content of this record.

string raw_record = 5;

Returns
TypeDescription
ByteString

The bytes for rawRecord.

getSourceGcsUri()

public abstract String getSourceGcsUri()

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

string source_gcs_uri = 3;

Returns
TypeDescription
String

The sourceGcsUri.

getSourceGcsUriBytes()

public abstract ByteString getSourceGcsUriBytes()

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

string source_gcs_uri = 3;

Returns
TypeDescription
ByteString

The bytes for sourceGcsUri.