public final class NearestNeighborSearchOperationMetadata extends GeneratedMessageV3 implements NearestNeighborSearchOperationMetadataOrBuilder
Runtime operation metadata with regard to Matching Engine Index.
Protobuf type google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata
Static Fields
CONTENT_VALIDATION_STATS_FIELD_NUMBER
public static final int CONTENT_VALIDATION_STATS_FIELD_NUMBER
Field Value
public static final int DATA_BYTES_COUNT_FIELD_NUMBER
Field Value
Static Methods
public static NearestNeighborSearchOperationMetadata getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static NearestNeighborSearchOperationMetadata.Builder newBuilder()
Returns
public static NearestNeighborSearchOperationMetadata.Builder newBuilder(NearestNeighborSearchOperationMetadata prototype)
Parameter
Returns
public static NearestNeighborSearchOperationMetadata parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static NearestNeighborSearchOperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<NearestNeighborSearchOperationMetadata> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
getContentValidationStats(int index)
public NearestNeighborSearchOperationMetadata.ContentValidationStats getContentValidationStats(int index)
The validation stats of the content (per file) to be inserted or
updated on the Matching Engine Index resource. Populated if
contentsDeltaUri is provided as part of
Index.metadata. Please
note that, currently for those files that are broken or has unsupported
file format, we will not have the stats for those files.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameter
Returns
getContentValidationStatsCount()
public int getContentValidationStatsCount()
The validation stats of the content (per file) to be inserted or
updated on the Matching Engine Index resource. Populated if
contentsDeltaUri is provided as part of
Index.metadata. Please
note that, currently for those files that are broken or has unsupported
file format, we will not have the stats for those files.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Returns
getContentValidationStatsList()
public List<NearestNeighborSearchOperationMetadata.ContentValidationStats> getContentValidationStatsList()
The validation stats of the content (per file) to be inserted or
updated on the Matching Engine Index resource. Populated if
contentsDeltaUri is provided as part of
Index.metadata. Please
note that, currently for those files that are broken or has unsupported
file format, we will not have the stats for those files.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Returns
getContentValidationStatsOrBuilder(int index)
public NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder getContentValidationStatsOrBuilder(int index)
The validation stats of the content (per file) to be inserted or
updated on the Matching Engine Index resource. Populated if
contentsDeltaUri is provided as part of
Index.metadata. Please
note that, currently for those files that are broken or has unsupported
file format, we will not have the stats for those files.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameter
Returns
getContentValidationStatsOrBuilderList()
public List<? extends NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder> getContentValidationStatsOrBuilderList()
The validation stats of the content (per file) to be inserted or
updated on the Matching Engine Index resource. Populated if
contentsDeltaUri is provided as part of
Index.metadata. Please
note that, currently for those files that are broken or has unsupported
file format, we will not have the stats for those files.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder> | |
public long getDataBytesCount()
The ingested data size in bytes.
int64 data_bytes_count = 2;
Returns
Type | Description |
long | The dataBytesCount.
|
public NearestNeighborSearchOperationMetadata getDefaultInstanceForType()
Returns
public Parser<NearestNeighborSearchOperationMetadata> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public NearestNeighborSearchOperationMetadata.Builder newBuilderForType()
Returns
protected NearestNeighborSearchOperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public NearestNeighborSearchOperationMetadata.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions