public static interface NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEmbeddingId()
public abstract String getEmbeddingId()
Empty if the embedding id is failed to parse.
string embedding_id = 4;
Returns | |
---|---|
Type | Description |
String |
The embeddingId. |
getEmbeddingIdBytes()
public abstract ByteString getEmbeddingIdBytes()
Empty if the embedding id is failed to parse.
string embedding_id = 4;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
The rawRecord. |
getRawRecordBytes()
public abstract ByteString getRawRecordBytes()
The original content of this record.
string raw_record = 5;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for sourceGcsUri. |