Reference documentation and code samples for the Google Cloud Vector Search V1 Client class ImportDataObjectsMetadata.
Metadata for VectorSearchService.ImportDataObjects .
Generated from protobuf message google.cloud.vectorsearch.v1.ImportDataObjectsMetadata
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ update_time
↳ success_count
int|string
Output only. Number of DataObjects that were processed successfully.
↳ failure_count
int|string
Output only. Number of DataObjects that failed during processing.
getCreateTime
Output only. The time the operation was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the operation was created.
$this
getUpdateTime
Output only. The time the operation was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time the operation was last updated.
$this
getSuccessCount
Output only. Number of DataObjects that were processed successfully.
int|string
setSuccessCount
Output only. Number of DataObjects that were processed successfully.
var
int|string
$this
getFailureCount
Output only. Number of DataObjects that failed during processing.
int|string
setFailureCount
Output only. Number of DataObjects that failed during processing.
var
int|string
$this

