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

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

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

An IndexedAsset is an asset that the index is built upon.

Inheritance

object > IndexedAsset

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

IndexedAsset()

public IndexedAsset()

IndexedAsset(IndexedAsset)

public IndexedAsset(IndexedAsset other)
Parameter
Name Description
other IndexedAsset

Properties

Asset

public string Asset { get; set; }

Required. The resource name of the asset. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}

Property Value
Type Description
string

AssetAsAssetName

public AssetName AssetAsAssetName { get; set; }

AssetName-typed view over the Asset resource name property.

Property Value
Type Description
AssetName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The create timestamp.

Property Value
Type Description
Timestamp

Index

public string Index { get; set; }

Required. The index that this indexed asset belongs to. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}

Property Value
Type Description
string

IndexAsIndexName

public IndexName IndexAsIndexName { get; set; }

IndexName-typed view over the Index resource name property.

Property Value
Type Description
IndexName

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The update timestamp.

Property Value
Type Description
Timestamp