public static interface NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmbeddingId()
Empty if the embedding id is failed to parse.
|
com.google.protobuf.ByteString |
getEmbeddingIdBytes()
Empty if the embedding id is failed to parse.
|
String |
getErrorMessage()
A human-readable message that is shown to the user to help them fix the
error.
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
A human-readable message that is shown to the user to help them fix the
error.
|
NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType |
getErrorType()
The error type of this record.
|
int |
getErrorTypeValue()
The error type of this record.
|
String |
getRawRecord()
The original content of this record.
|
com.google.protobuf.ByteString |
getRawRecordBytes()
The original content of this record.
|
String |
getSourceGcsUri()
Cloud Storage URI pointing to the original file in user's bucket.
|
com.google.protobuf.ByteString |
getSourceGcsUriBytes()
Cloud Storage URI pointing to the original file in user's bucket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getErrorTypeValue()
The error type of this record.
.google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType error_type = 1;
NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType getErrorType()
The error type of this record.
.google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType error_type = 1;
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;com.google.protobuf.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;String getSourceGcsUri()
Cloud Storage URI pointing to the original file in user's bucket.
string source_gcs_uri = 3;com.google.protobuf.ByteString getSourceGcsUriBytes()
Cloud Storage URI pointing to the original file in user's bucket.
string source_gcs_uri = 3;String getEmbeddingId()
Empty if the embedding id is failed to parse.
string embedding_id = 4;com.google.protobuf.ByteString getEmbeddingIdBytes()
Empty if the embedding id is failed to parse.
string embedding_id = 4;String getRawRecord()
The original content of this record.
string raw_record = 5;com.google.protobuf.ByteString getRawRecordBytes()
The original content of this record.
string raw_record = 5;Copyright © 2023 Google LLC. All rights reserved.