Class: Google::Cloud::VisionAI::V1::DeployedIndex
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::DeployedIndex
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
A deployment of an Index.
Instance Attribute Summary collapse
-
#index ⇒ ::String
Required.
Instance Attribute Details
#index ⇒ ::String
Returns Required. Name of the deployed Index.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}
.
2148 2149 2150 2151 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2148 class DeployedIndex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |