Send feedback
Class NearestNeighborSearchOperationMetadata.ContentValidationStats (3.41.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.41.0 keyboard_arrow_down
public static final class NearestNeighborSearchOperationMetadata . ContentValidationStats extends GeneratedMessageV3 implements NearestNeighborSearchOperationMetadata . ContentValidationStatsOrBuilder
Protobuf type
google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.ContentValidationStats
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
INVALID_RECORD_COUNT_FIELD_NUMBER
public static final int INVALID_RECORD_COUNT_FIELD_NUMBER
Field Value Type Description int
PARTIAL_ERRORS_FIELD_NUMBER
public static final int PARTIAL_ERRORS_FIELD_NUMBER
Field Value Type Description int
SOURCE_GCS_URI_FIELD_NUMBER
public static final int SOURCE_GCS_URI_FIELD_NUMBER
Field Value Type Description int
VALID_RECORD_COUNT_FIELD_NUMBER
public static final int VALID_RECORD_COUNT_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static NearestNeighborSearchOperationMetadata . ContentValidationStats getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static NearestNeighborSearchOperationMetadata . ContentValidationStats . Builder newBuilder ()
newBuilder(NearestNeighborSearchOperationMetadata.ContentValidationStats prototype)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats . Builder newBuilder ( NearestNeighborSearchOperationMetadata . ContentValidationStats prototype )
parseDelimitedFrom(InputStream input)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata . ContentValidationStats parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<NearestNeighborSearchOperationMetadata . ContentValidationStats > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public NearestNeighborSearchOperationMetadata . ContentValidationStats getDefaultInstanceForType ()
getInvalidRecordCount()
public long getInvalidRecordCount ()
Number of records in this file we skipped due to validate errors.
int64 invalid_record_count = 3;
Returns Type Description long
The invalidRecordCount.
getParserForType()
public Parser<NearestNeighborSearchOperationMetadata . ContentValidationStats > getParserForType ()
Overrides
getPartialErrors(int index)
public NearestNeighborSearchOperationMetadata . RecordError getPartialErrors ( int index )
The detail information of the partial failures encountered for those
invalid records that couldn't be parsed.
Up to 50 partial errors will be reported.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4;
Parameter Name Description index
int
getPartialErrorsCount()
public int getPartialErrorsCount ()
The detail information of the partial failures encountered for those
invalid records that couldn't be parsed.
Up to 50 partial errors will be reported.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4;
Returns Type Description int
getPartialErrorsList()
public List<NearestNeighborSearchOperationMetadata . RecordError > getPartialErrorsList ()
The detail information of the partial failures encountered for those
invalid records that couldn't be parsed.
Up to 50 partial errors will be reported.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4;
getPartialErrorsOrBuilder(int index)
public NearestNeighborSearchOperationMetadata . RecordErrorOrBuilder getPartialErrorsOrBuilder ( int index )
The detail information of the partial failures encountered for those
invalid records that couldn't be parsed.
Up to 50 partial errors will be reported.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4;
Parameter Name Description index
int
getPartialErrorsOrBuilderList()
public List <? extends NearestNeighborSearchOperationMetadata . RecordErrorOrBuilder > getPartialErrorsOrBuilderList ()
The detail information of the partial failures encountered for those
invalid records that couldn't be parsed.
Up to 50 partial errors will be reported.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4;
Returns Type Description List <? extends com.google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder >
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getSourceGcsUri()
public String getSourceGcsUri ()
Cloud Storage URI pointing to the original file in user's bucket.
string source_gcs_uri = 1;
Returns Type Description String
The sourceGcsUri.
getSourceGcsUriBytes()
public ByteString getSourceGcsUriBytes ()
Cloud Storage URI pointing to the original file in user's bucket.
string source_gcs_uri = 1;
Returns Type Description ByteString
The bytes for sourceGcsUri.
getValidRecordCount()
public long getValidRecordCount ()
Number of records in this file that were successfully processed.
int64 valid_record_count = 2;
Returns Type Description long
The validRecordCount.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public NearestNeighborSearchOperationMetadata . ContentValidationStats . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NearestNeighborSearchOperationMetadata . ContentValidationStats . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public NearestNeighborSearchOperationMetadata . ContentValidationStats . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]