public sealed class ImportDataObjectsMetadata : IMessage<ImportDataObjectsMetadata>, IEquatable<ImportDataObjectsMetadata>, IDeepCloneable<ImportDataObjectsMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vector Search v1 API class ImportDataObjectsMetadata.
Metadata for [VectorSearchService.ImportDataObjects][google.cloud.vectorsearch.v1.VectorSearchService.ImportDataObjects].
Implements
IMessageImportDataObjectsMetadata, IEquatableImportDataObjectsMetadata, IDeepCloneableImportDataObjectsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Constructors
ImportDataObjectsMetadata()
public ImportDataObjectsMetadata()ImportDataObjectsMetadata(ImportDataObjectsMetadata)
public ImportDataObjectsMetadata(ImportDataObjectsMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportDataObjectsMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time the operation was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
FailureCount
public long FailureCount { get; set; }Output only. Number of DataObjects that failed during processing.
| Property Value | |
|---|---|
| Type | Description |
long |
|
SuccessCount
public long SuccessCount { get; set; }Output only. Number of DataObjects that were processed successfully.
| Property Value | |
|---|---|
| Type | Description |
long |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time the operation was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|