public static final class NearestNeighborSearchOperationMetadata.Builder extends GeneratedMessageV3.Builder<NearestNeighborSearchOperationMetadata.Builder> implements NearestNeighborSearchOperationMetadataOrBuilder
Runtime operation metadata with regard to Matching Engine Index.
Protobuf type google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllContentValidationStats(Iterable<? extends NearestNeighborSearchOperationMetadata.ContentValidationStats> values)
public NearestNeighborSearchOperationMetadata.Builder addAllContentValidationStats(Iterable<? extends NearestNeighborSearchOperationMetadata.ContentValidationStats> values)
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats>
|
Returns
addContentValidationStats(NearestNeighborSearchOperationMetadata.ContentValidationStats value)
public NearestNeighborSearchOperationMetadata.Builder addContentValidationStats(NearestNeighborSearchOperationMetadata.ContentValidationStats value)
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameter
Returns
addContentValidationStats(NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)
public NearestNeighborSearchOperationMetadata.Builder addContentValidationStats(NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameter
Returns
addContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats value)
public NearestNeighborSearchOperationMetadata.Builder addContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats value)
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameters
Returns
addContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)
public NearestNeighborSearchOperationMetadata.Builder addContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameters
Returns
addContentValidationStatsBuilder()
public NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder addContentValidationStatsBuilder()
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Returns
addContentValidationStatsBuilder(int index)
public NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder addContentValidationStatsBuilder(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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameter
Returns
public NearestNeighborSearchOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public NearestNeighborSearchOperationMetadata build()
Returns
public NearestNeighborSearchOperationMetadata buildPartial()
Returns
public NearestNeighborSearchOperationMetadata.Builder clear()
Returns
Overrides
clearContentValidationStats()
public NearestNeighborSearchOperationMetadata.Builder clearContentValidationStats()
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Returns
public NearestNeighborSearchOperationMetadata.Builder clearDataBytesCount()
The ingested data size in bytes.
int64 data_bytes_count = 2;
Returns
public NearestNeighborSearchOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public NearestNeighborSearchOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public NearestNeighborSearchOperationMetadata.Builder clone()
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameter
Returns
getContentValidationStatsBuilder(int index)
public NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder getContentValidationStatsBuilder(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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameter
Returns
getContentValidationStatsBuilderList()
public List<NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder> getContentValidationStatsBuilderList()
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
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.v1.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.v1.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.v1.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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.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 Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public NearestNeighborSearchOperationMetadata.Builder mergeFrom(NearestNeighborSearchOperationMetadata other)
Parameter
Returns
public NearestNeighborSearchOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public NearestNeighborSearchOperationMetadata.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final NearestNeighborSearchOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeContentValidationStats(int index)
public NearestNeighborSearchOperationMetadata.Builder removeContentValidationStats(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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameter
Returns
setContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats value)
public NearestNeighborSearchOperationMetadata.Builder setContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats value)
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameters
Returns
setContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)
public NearestNeighborSearchOperationMetadata.Builder setContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)
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.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameters
Returns
public NearestNeighborSearchOperationMetadata.Builder setDataBytesCount(long value)
The ingested data size in bytes.
int64 data_bytes_count = 2;
Parameter
Name | Description |
value | long
The dataBytesCount to set.
|
Returns
public NearestNeighborSearchOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public NearestNeighborSearchOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final NearestNeighborSearchOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides