public final class NearestNeighborSearchOperationMetadata extends GeneratedMessageV3 implements NearestNeighborSearchOperationMetadataOrBuilder
Runtime operation metadata with regard to Matching Engine Index.
Protobuf type google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata
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
CONTENT_VALIDATION_STATS_FIELD_NUMBER
public static final int CONTENT_VALIDATION_STATS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int DATA_BYTES_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static NearestNeighborSearchOperationMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static NearestNeighborSearchOperationMetadata.Builder newBuilder()
public static NearestNeighborSearchOperationMetadata.Builder newBuilder(NearestNeighborSearchOperationMetadata prototype)
public static NearestNeighborSearchOperationMetadata parseDelimitedFrom(InputStream input)
public static NearestNeighborSearchOperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static NearestNeighborSearchOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata parseFrom(ByteString data)
public static NearestNeighborSearchOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata parseFrom(CodedInputStream input)
public static NearestNeighborSearchOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata parseFrom(InputStream input)
public static NearestNeighborSearchOperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata parseFrom(ByteBuffer data)
public static NearestNeighborSearchOperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<NearestNeighborSearchOperationMetadata> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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 |
Name |
Description |
index |
int
|
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 |
Type |
Description |
int |
|
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;
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 |
Name |
Description |
index |
int
|
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()
public Parser<NearestNeighborSearchOperationMetadata> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public NearestNeighborSearchOperationMetadata.Builder newBuilderForType()
protected NearestNeighborSearchOperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public NearestNeighborSearchOperationMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides