Class: Google::Cloud::VisionAI::V1::DeployedIndexReference
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::DeployedIndexReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Points to a DeployedIndex.
Instance Attribute Summary collapse
-
#index_endpoint ⇒ ::String
Immutable.
Instance Attribute Details
#index_endpoint ⇒ ::String
Returns Immutable. A resource name of the IndexEndpoint.
934 935 936 937 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 934 class DeployedIndexReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |