public sealed class IndexAssetMetadata : IMessage<IndexAssetMetadata>, IEquatable<IndexAssetMetadata>, IDeepCloneable<IndexAssetMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class IndexAssetMetadata.
Metadata for IndexAsset.
Implements
IMessageIndexAssetMetadata, IEquatableIndexAssetMetadata, IDeepCloneableIndexAssetMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
IndexAssetMetadata()
public IndexAssetMetadata()IndexAssetMetadata(IndexAssetMetadata)
public IndexAssetMetadata(IndexAssetMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
IndexAssetMetadata |
Properties
StartTime
public Timestamp StartTime { get; set; }The start time of the operation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Status
public IndexingStatus Status { get; set; }The status of indexing this asset.
| Property Value | |
|---|---|
| Type | Description |
IndexingStatus |
|
UpdateTime
public Timestamp UpdateTime { get; set; }The update time of the operation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|