Uses of Class
com.google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.Builder
Packages that use NearestNeighborSearchOperationMetadata.RecordError.Builder
-
Uses of NearestNeighborSearchOperationMetadata.RecordError.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NearestNeighborSearchOperationMetadata.RecordError.BuilderModifier and TypeMethodDescriptionNearestNeighborSearchOperationMetadata.ContentValidationStats.Builder.addPartialErrorsBuilder()The detail information of the partial failures encountered for those invalid records that couldn't be parsed.NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder.addPartialErrorsBuilder(int index) The detail information of the partial failures encountered for those invalid records that couldn't be parsed.NearestNeighborSearchOperationMetadata.RecordError.Builder.clear()NearestNeighborSearchOperationMetadata.RecordError.Builder.clearEmbeddingId()Empty if the embedding id is failed to parse.NearestNeighborSearchOperationMetadata.RecordError.Builder.clearErrorMessage()A human-readable message that is shown to the user to help them fix the error.NearestNeighborSearchOperationMetadata.RecordError.Builder.clearErrorType()The error type of this record.NearestNeighborSearchOperationMetadata.RecordError.Builder.clearRawRecord()The original content of this record.NearestNeighborSearchOperationMetadata.RecordError.Builder.clearSourceGcsUri()Cloud Storage URI pointing to the original file in user's bucket.NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder.getPartialErrorsBuilder(int index) The detail information of the partial failures encountered for those invalid records that couldn't be parsed.NearestNeighborSearchOperationMetadata.RecordError.Builder.mergeFrom(NearestNeighborSearchOperationMetadata.RecordError other) NearestNeighborSearchOperationMetadata.RecordError.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NearestNeighborSearchOperationMetadata.RecordError.Builder.mergeFrom(com.google.protobuf.Message other) NearestNeighborSearchOperationMetadata.RecordError.newBuilder()NearestNeighborSearchOperationMetadata.RecordError.newBuilder(NearestNeighborSearchOperationMetadata.RecordError prototype) NearestNeighborSearchOperationMetadata.RecordError.newBuilderForType()NearestNeighborSearchOperationMetadata.RecordError.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) NearestNeighborSearchOperationMetadata.RecordError.Builder.setEmbeddingId(String value) Empty if the embedding id is failed to parse.NearestNeighborSearchOperationMetadata.RecordError.Builder.setEmbeddingIdBytes(com.google.protobuf.ByteString value) Empty if the embedding id is failed to parse.NearestNeighborSearchOperationMetadata.RecordError.Builder.setErrorMessage(String value) A human-readable message that is shown to the user to help them fix the error.NearestNeighborSearchOperationMetadata.RecordError.Builder.setErrorMessageBytes(com.google.protobuf.ByteString value) A human-readable message that is shown to the user to help them fix the error.NearestNeighborSearchOperationMetadata.RecordError.Builder.setErrorType(NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType value) The error type of this record.NearestNeighborSearchOperationMetadata.RecordError.Builder.setErrorTypeValue(int value) The error type of this record.NearestNeighborSearchOperationMetadata.RecordError.Builder.setRawRecord(String value) The original content of this record.NearestNeighborSearchOperationMetadata.RecordError.Builder.setRawRecordBytes(com.google.protobuf.ByteString value) The original content of this record.NearestNeighborSearchOperationMetadata.RecordError.Builder.setSourceGcsUri(String value) Cloud Storage URI pointing to the original file in user's bucket.NearestNeighborSearchOperationMetadata.RecordError.Builder.setSourceGcsUriBytes(com.google.protobuf.ByteString value) Cloud Storage URI pointing to the original file in user's bucket.NearestNeighborSearchOperationMetadata.RecordError.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NearestNeighborSearchOperationMetadata.RecordError.BuilderModifier and TypeMethodDescriptionNearestNeighborSearchOperationMetadata.ContentValidationStats.Builder.getPartialErrorsBuilderList()The detail information of the partial failures encountered for those invalid records that couldn't be parsed.Methods in com.google.cloud.aiplatform.v1 with parameters of type NearestNeighborSearchOperationMetadata.RecordError.BuilderModifier and TypeMethodDescriptionNearestNeighborSearchOperationMetadata.ContentValidationStats.Builder.addPartialErrors(int index, NearestNeighborSearchOperationMetadata.RecordError.Builder builderForValue) The detail information of the partial failures encountered for those invalid records that couldn't be parsed.NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder.addPartialErrors(NearestNeighborSearchOperationMetadata.RecordError.Builder builderForValue) The detail information of the partial failures encountered for those invalid records that couldn't be parsed.NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder.setPartialErrors(int index, NearestNeighborSearchOperationMetadata.RecordError.Builder builderForValue) The detail information of the partial failures encountered for those invalid records that couldn't be parsed.