Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class NearestNeighborSearchOperationMetadata.
Runtime operation metadata with regard to Matching Engine Index.
Generated from protobuf message google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ content_validation_stats |
array<Google\Cloud\AIPlatform\V1\NearestNeighborSearchOperationMetadata\ContentValidationStats>
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. |
↳ data_bytes_count |
int|string
The ingested data size in bytes. |
getContentValidationStats
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.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setContentValidationStats
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.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\NearestNeighborSearchOperationMetadata\ContentValidationStats>
|
Returns | |
---|---|
Type | Description |
$this |
getDataBytesCount
The ingested data size in bytes.
Generated from protobuf field int64 data_bytes_count = 2;
Returns | |
---|---|
Type | Description |
int|string |
setDataBytesCount
The ingested data size in bytes.
Generated from protobuf field int64 data_bytes_count = 2;
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |