Class: Google::Cloud::VisionAI::V1::IndexedAsset
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::IndexedAsset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
An IndexedAsset is an asset that the index is built upon.
Instance Attribute Summary collapse
-
#asset ⇒ ::String
Required.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#index ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#asset ⇒ ::String
Returns Required. The resource name of the asset.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
.
410 411 412 413 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 410 class IndexedAsset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The create timestamp.
410 411 412 413 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 410 class IndexedAsset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index ⇒ ::String
Returns Required. The index that this indexed asset belongs to.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
.
410 411 412 413 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 410 class IndexedAsset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The update timestamp.
410 411 412 413 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 410 class IndexedAsset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |