public sealed class IndexedAsset : IMessage<IndexedAsset>, IEquatable<IndexedAsset>, IDeepCloneable<IndexedAsset>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class IndexedAsset.
An IndexedAsset is an asset that the index is built upon.
Implements
IMessageIndexedAsset, IEquatableIndexedAsset, IDeepCloneableIndexedAsset, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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; }| 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; }| Property Value | |
|---|---|
| Type | Description |
IndexName |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The update timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|