Vision AI v1 API - Class IndexAssetMetadata (1.0.0-beta01)

public sealed class IndexAssetMetadata : IMessage<IndexAssetMetadata>, IEquatable<IndexAssetMetadata>, IDeepCloneable<IndexAssetMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class IndexAssetMetadata.

Metadata for IndexAsset.

Inheritance

object > IndexAssetMetadata

Namespace

Google.Cloud.VisionAI.V1

Assembly

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